Class MapEntryDeserializer

All Implemented Interfaces:
NullValueProvider, ValueInstantiator.Gettable

public class MapEntryDeserializer extends ContainerDeserializerBase<Map.Entry<Object,Object>>
Basic serializer that can take JSON "Object" structure and construct a Map.Entry instance, with typed contents.

Note: for untyped content (one indicated by passing Object.class as the type), UntypedObjectDeserializer is used instead. It can also construct Map.Entrys, but not with specific POJO types, only other containers and primitives/wrappers.