| Package | Description | 
|---|---|
| com.fasterxml.jackson.databind | Basic data binding (mapping) functionality that
allows for reading JSON content into Java Objects (POJOs)
and JSON Trees ( JsonNode), as well as
writing Java Objects and trees as JSON. | 
| com.fasterxml.jackson.databind.deser | Contains implementation classes of deserialization part of 
 data binding. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected DeserializerCache | DeserializationContext. _cacheObject that handle details of  JsonDeserializercaching. | 
| Constructor and Description | 
|---|
| DeserializationContext(DeserializerFactory df,
                      DeserializerCache cache) | 
| Constructor and Description | 
|---|
| DefaultDeserializationContext(DeserializerFactory df,
                             DeserializerCache cache)Constructor that will pass specified deserializer factory and
 cache: cache may be null (in which case default implementation
 will be used), factory cannot be null | 
Copyright © 2008–2020 FasterXML. All rights reserved.