Class DynamicObjectMap
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,Object>
-
- de.codecentric.reedelk.runtime.api.script.dynamicmap.DynamicMap<Object>
-
- de.codecentric.reedelk.runtime.api.script.dynamicmap.DynamicObjectMap
-
- All Implemented Interfaces:
ScriptBlock,Serializable,Cloneable,Map<String,Object>
public class DynamicObjectMap extends DynamicMap<Object>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DynamicObjectMapempty()static DynamicObjectMapfrom(Map<String,?> from, ModuleContext context)Class<Object>getEvaluatedType()-
Methods inherited from class de.codecentric.reedelk.runtime.api.script.dynamicmap.DynamicMap
body, functionName, getContext
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.codecentric.reedelk.runtime.api.script.ScriptBlock
isEmpty
-
-
-
-
Method Detail
-
empty
public static DynamicObjectMap empty()
-
from
public static DynamicObjectMap from(Map<String,?> from, ModuleContext context)
-
getEvaluatedType
public Class<Object> getEvaluatedType()
- Specified by:
getEvaluatedTypein classDynamicMap<Object>
-
-