Class DottedKeyMap<K,​V>

  • All Implemented Interfaces:
    Serializable, Cloneable, Map<K,​V>

    public class DottedKeyMap<K,​V>
    extends HashMap<K,​V>
    A special Map that is serialized by DottedMapKeySerializer when persisted in the DB. This serializer supports the persistence of keys that contain "." and "$" which are normally not allowed as key by Mongo.
    See Also:
    Serialized Form
    • Constructor Detail

      • DottedKeyMap

        public DottedKeyMap()