| Package | Description |
|---|---|
| com.fasterxml.jackson.databind |
Contains basic mapper (conversion) functionality that
allows for converting between regular streaming json content and
Java objects (beans or Tree Model: support for both is via
ObjectMapper class, as well
as convenience methods included in
JsonParser |
| com.fasterxml.jackson.databind.deser |
Contains implementation classes of deserialization part of
data binding.
|
| Modifier and Type | Field and Description |
|---|---|
protected DeserializerCache |
DeserializationContext._cache
Object that handle details of
JsonDeserializer caching. |
| 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 can not be null
|
Copyright © 2014 FasterXML. All Rights Reserved.