Class MapDeserializer<T extends Map<?,​?>>

  • All Implemented Interfaces:
    javax.json.bind.serializer.JsonbDeserializer<T>, RuntimeTypeInfo, CurrentItem<T>, EmbeddedItem

    public class MapDeserializer<T extends Map<?,​?>>
    extends AbstractContainerDeserializer<T>
    implements EmbeddedItem
    Item implementation for Map fields. According to JSON specification object can have only string keys, given that maps could only be parsed from JSON objects, implementation is bound to String type.
    Author:
    Roman Grigoriadi