|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContainerDeserializerBase | |
---|---|
com.fasterxml.jackson.databind.deser.std | Contains public standard implementations of abstraction that Jackson uses. |
Uses of ContainerDeserializerBase in com.fasterxml.jackson.databind.deser.std |
---|
Subclasses of ContainerDeserializerBase in com.fasterxml.jackson.databind.deser.std | |
---|---|
class |
CollectionDeserializer
Basic serializer that can take JSON "Array" structure and construct a Collection instance, with typed contents. |
class |
MapDeserializer
Basic serializer that can take Json "Object" structure and construct a Map instance, with typed contents. |
class |
ObjectArrayDeserializer
Basic serializer that can serialize non-primitive arrays. |
class |
StringCollectionDeserializer
Specifically optimized version for Collection s
that contain String values; reason is that this is a very common
type and we can make use of the fact that Strings are final. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |