Class DynamicMap<T>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,Object>
-
- de.codecentric.reedelk.runtime.api.script.dynamicmap.DynamicMap<T>
-
- All Implemented Interfaces:
ScriptBlock,Serializable,Cloneable,Map<String,Object>
- Direct Known Subclasses:
DynamicBooleanMap,DynamicObjectMap,DynamicStringMap
public abstract class DynamicMap<T> extends HashMap<String,Object> implements ScriptBlock
- 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 Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Stringbody()StringfunctionName()ModuleContextgetContext()abstract Class<T>getEvaluatedType()-
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
-
functionName
public String functionName()
- Specified by:
functionNamein interfaceScriptBlock
-
getContext
public ModuleContext getContext()
- Specified by:
getContextin interfaceScriptBlock
-
body
public String body()
- Specified by:
bodyin interfaceScriptBlock
-
-