Uses of Class
tools.jackson.databind.deser.jdk.CollectionDeserializer
Packages that use CollectionDeserializer
Package
Description
Package that contains standard value and key deserializer implementations
Jackson uses for core JDK types.
-
Uses of CollectionDeserializer in tools.jackson.databind.deser.jdk
Subclasses of CollectionDeserializer 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.Methods in tools.jackson.databind.deser.jdk that return CollectionDeserializerModifier and TypeMethodDescriptionCollectionDeserializer.createContextual(DeserializationContext ctxt, BeanProperty property) Method called to finalize setup of this deserializer, when it is known for which property deserializer is needed for.protected CollectionDeserializerCollectionDeserializer.withResolved(ValueDeserializer<?> dd, ValueDeserializer<?> vd, TypeDeserializer vtd, NullValueProvider nuller, Boolean unwrapSingle) Fluent-factory method call to construct contextual instance.Constructors in tools.jackson.databind.deser.jdk with parameters of type CollectionDeserializerModifierConstructorDescriptionprotectedCopy-constructor that can be used by sub-classes to allow copy-on-write styling copying of settings of an existing instance.