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.
|
com.fasterxml.jackson.databind.deser.impl |
Contains those implementation classes of deserialization part of
data binding that are not considered part of public or semi-public
interfaces.
|
com.fasterxml.jackson.databind.deser.std |
Contains public standard implementations of abstraction that
Jackson uses.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
DeserializationContext.checkUnresolvedObjectId()
Method called to ensure that every object id encounter during processing
are resolved.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultDeserializationContext.checkUnresolvedObjectId() |
Constructor and Description |
---|
PropertyReferring(ObjectIdReferenceProperty parent,
UnresolvedForwardReference ref,
Class<?> type,
Object ob) |
Referring(UnresolvedForwardReference ref,
Class<?> beanType) |
Modifier and Type | Method and Description |
---|---|
ReadableObjectId.Referring |
CollectionDeserializer.CollectionReferringAccumulator.handleUnresolvedReference(UnresolvedForwardReference reference) |
Copyright © 2014–2015 FasterXML. All rights reserved.