| Package | Description | 
|---|---|
| com.fasterxml.jackson.databind.deser.std | Contains public standard implementations of abstraction that
 Jackson uses. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ArrayBlockingQueueDeserializer | ArrayBlockingQueueDeserializer. withResolved(JsonDeserializer<?> dd,
            JsonDeserializer<?> vd,
            TypeDeserializer vtd,
            NullValueProvider nuller,
            Boolean unwrapSingle)Fluent-factory method call to construct contextual instance. | 
| Constructor and 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. | 
Copyright © 2008–2021 FasterXML. All rights reserved.