Uses of Class
tools.jackson.databind.deser.std.ContainerDeserializerBase
Packages that use ContainerDeserializerBase
Package
Description
Package that contains standard value and key deserializer implementations
Jackson uses for core JDK types.
Package that contains standard value and key deserializer base classes
that Jackson both uses for its own implementations and offers for
module developers as convenient partial implementations.
-
Uses of ContainerDeserializerBase in tools.jackson.databind.deser.jdk
Subclasses of ContainerDeserializerBase in tools.jackson.databind.deser.jdkModifier and TypeClassDescriptionclassWe need a custom deserializer both becauseArrayBlockingQueuehas no default constructor AND because it has size limit used for constructing underlying storage automatically.classBasic serializer that can take JSON "Array" structure and construct aCollectioninstance, with typed contents.classDeserializer forEnumMapvalues.classBasic deserializer that can take JSON "Object" structure and construct aMapinstance, with typed contents.classBasic serializer that can take JSON "Object" structure and construct aMap.Entryinstance, with typed contents.classSerializer that can serialize non-primitive arrays.final classSpecifically optimized version forCollections 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. -
Uses of ContainerDeserializerBase in tools.jackson.databind.deser.std
Constructors in tools.jackson.databind.deser.std with parameters of type ContainerDeserializerBaseModifierConstructorDescriptionprotectedprotectedContainerDeserializerBase(ContainerDeserializerBase<?> base, NullValueProvider nuller, Boolean unwrapSingle)