Interface PersistableValueMap

  • All Superinterfaces:
    Map<String,​Object>, ValueMap

    @Deprecated
    public interface PersistableValueMap
    extends ValueMap
    Deprecated.
    Use the ModifiableValueMap instead.
    The PersistableValueMap is an extension of the ValueMap which allows to modify and persist the properties.

    Note, that each time you call Adaptable.adaptTo(Class) you get a new map instance which does not share modified properties with other representations.

    A PersistableValueMap might not support deep reading of values.