Uses of Class
com.fasterxml.jackson.databind.deser.std.ArrayBlockingQueueDeserializer
-
Packages that use ArrayBlockingQueueDeserializer Package Description com.fasterxml.jackson.databind.deser.std Contains public standard implementations of abstraction that Jackson uses. -
-
Uses of ArrayBlockingQueueDeserializer in com.fasterxml.jackson.databind.deser.std
Methods in com.fasterxml.jackson.databind.deser.std that return ArrayBlockingQueueDeserializer Modifier and Type Method Description protected ArrayBlockingQueueDeserializer
ArrayBlockingQueueDeserializer. withResolved(JsonDeserializer<?> dd, JsonDeserializer<?> vd, TypeDeserializer vtd, NullValueProvider nuller, java.lang.Boolean unwrapSingle)
Fluent-factory method call to construct contextual instance.Constructors in com.fasterxml.jackson.databind.deser.std with parameters of type ArrayBlockingQueueDeserializer Constructor Description ArrayBlockingQueueDeserializer(ArrayBlockingQueueDeserializer src)
Copy-constructor that can be used by sub-classes to allow copy-on-write styling copying of settings of an existing instance.
-