Package com.axelor.rpc
Class JsonContext
- java.lang.Object
-
- javax.script.SimpleBindings
-
- com.axelor.rpc.JsonContext
-
public class JsonContext extends SimpleBindings
-
-
Constructor Summary
Constructors Constructor Description JsonContext(MetaJsonRecord record)
JsonContext(Context context, Property property, String jsonValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
get(Object key)
Class<?>
getContextClass()
Long
getId()
String
getJsonField()
boolean
hasField(String name)
Object
put(String name, Object value)
Object
remove(Object key)
-
Methods inherited from class javax.script.SimpleBindings
clear, containsKey, containsValue, entrySet, isEmpty, keySet, putAll, size, values
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Constructor Detail
-
JsonContext
public JsonContext(MetaJsonRecord record)
-
-