Class ValueMapImpl

  • All Implemented Interfaces:
    ValueMap<String,​Value>, Map<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.
    Author:
    Rick Hightower