Uses of Class
com.fasterxml.jackson.databind.deser.std.CollectionDeserializer
Packages that use CollectionDeserializer
Package
Description
Contains public standard implementations of abstraction that
Jackson uses.
-
Uses of CollectionDeserializer in com.fasterxml.jackson.databind.deser.std
Subclasses of CollectionDeserializer 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.Methods in com.fasterxml.jackson.databind.deser.std 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 CollectionDeserializer
CollectionDeserializer.withResolved
(JsonDeserializer<?> dd, JsonDeserializer<?> vd, TypeDeserializer vtd, NullValueProvider nuller, Boolean unwrapSingle) Fluent-factory method call to construct contextual instance.Constructors in com.fasterxml.jackson.databind.deser.std with parameters of type CollectionDeserializerModifierConstructorDescriptionprotected
Copy-constructor that can be used by sub-classes to allow copy-on-write styling copying of settings of an existing instance.