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._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–2015 FasterXML. All rights reserved.