Uses of Class
com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase
Packages that use ContainerDeserializerBase
Package
Description
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.stdModifier and TypeClassDescriptionclass
We need a custom deserializer both becauseArrayBlockingQueue
has no default constructor AND because it has size limit used for constructing underlying storage automatically.class
Basic serializer that can take JSON "Array" structure and construct aCollection
instance, with typed contents.class
Deserializer forEnumMap
values.class
Basic deserializer that can take JSON "Object" structure and construct aMap
instance, with typed contents.class
Basic serializer that can take JSON "Object" structure and construct aMap
instance, with typed contents.class
Serializer that can serialize non-primitive arrays.final class
Specifically optimized version forCollection
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.Constructors in com.fasterxml.jackson.databind.deser.std with parameters of type ContainerDeserializerBaseModifierConstructorDescriptionprotected
protected
ContainerDeserializerBase
(ContainerDeserializerBase<?> base, NullValueProvider nuller, Boolean unwrapSingle)