Class ValueMapImpl

java.lang.Object
java.util.AbstractMap<String,​Value>
org.apache.groovy.json.internal.ValueMapImpl
All Implemented Interfaces:
Map<String,​Value>, ValueMap<String,​Value>

public class ValueMapImpl
extends AbstractMap<String,​Value>
implements ValueMap<String,​Value>
This map is for object serialization mainly. The idea is the final conversion of the Value objects are delayed until the last possible moment, i.e., just before injected into a bean.