Uses of Class
tools.jackson.databind.deser.jdk.ArrayBlockingQueueDeserializer
Packages that use ArrayBlockingQueueDeserializer
Package
Description
Package that contains standard value and key deserializer implementations
Jackson uses for core JDK types.
-
Uses of ArrayBlockingQueueDeserializer in tools.jackson.databind.deser.jdk
Methods in tools.jackson.databind.deser.jdk that return ArrayBlockingQueueDeserializerModifier and TypeMethodDescriptionprotected ArrayBlockingQueueDeserializerArrayBlockingQueueDeserializer.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 ArrayBlockingQueueDeserializerModifierConstructorDescriptionprotectedCopy-constructor that can be used by sub-classes to allow copy-on-write styling copying of settings of an existing instance.