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 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 aMapinstance, 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.Constructors in com.fasterxml.jackson.databind.deser.std with parameters of type ContainerDeserializerBaseModifierConstructorDescriptionprotectedprotectedContainerDeserializerBase(ContainerDeserializerBase<?> base, NullValueProvider nuller, Boolean unwrapSingle)