Package cronapi.map
Class Operations
- java.lang.Object
-
- cronapi.map.Operations
-
public class Operations extends Object
Classe que representa ...- Since:
- 2017-05-29
- Version:
- 1.0
- Author:
- Usuário de Teste
-
-
Constructor Summary
Constructors Constructor Description Operations()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static VarcreateObjectMap()static VarcreateObjectMapWith(Var... map)static VargetJsonOrMapField(Var mapVar, Var keyVar)static VargetMapField(Var mapVar, Var keyVar)static voidsetMapField(Var mapVar, Var keyVar, Var value)static voidsetMapFieldByKey(Var mapVar, Var keyVar, Var value)static VartoJson(Var valueToBeRead)static VartoList(Var valueToBeRead)static VartoMap(Var valueToBeRead)
-
-
-
Method Detail
-
createObjectMapWith
public static final Var createObjectMapWith(Var... map) throws Exception
- Throws:
Exception
-
getJsonOrMapField
public static final Var getJsonOrMapField(Var mapVar, Var keyVar) throws Exception
- Throws:
Exception
-
getMapField
public static final Var getMapField(Var mapVar, Var keyVar) throws Exception
- Throws:
Exception
-
setMapField
public static final void setMapField(Var mapVar, Var keyVar, Var value) throws Exception
- Throws:
Exception
-
setMapFieldByKey
public static final void setMapFieldByKey(Var mapVar, Var keyVar, Var value) throws Exception
- Throws:
Exception
-
-