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.
|
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 |
---|
ObjectIdReferenceProperty.PropertyReferring(ObjectIdReferenceProperty parent,
UnresolvedForwardReference ref,
Class<?> type,
Object ob) |
ReadableObjectId.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.