Class DynamicMap

java.lang.Object
org.elasticsearch.script.DynamicMap
All Implemented Interfaces:
Map<String,Object>

public final class DynamicMap extends Object implements Map<String,Object>
DynamicMap is used to wrap a Map for a script parameter. A set of functions is provided for the overridden values where the function is applied to the existing value when one exists for the corresponding key.