| Package | Description |
|---|---|
| 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 | Class and Description |
|---|---|
private static class |
SettableAnyProperty.AnySetterReferring |
| Modifier and Type | Class and Description |
|---|---|
static class |
ObjectIdReferenceProperty.PropertyReferring |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.LinkedList<ReadableObjectId.Referring> |
ReadableObjectId._referringProperties |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<ReadableObjectId.Referring> |
ReadableObjectId.referringProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReadableObjectId.appendReferring(ReadableObjectId.Referring currentReferring) |
| Modifier and Type | Class and Description |
|---|---|
private static class |
CollectionDeserializer.CollectionReferring
Helper class to maintain processing order of value.
|
(package private) static class |
MapDeserializer.MapReferring
Helper class to maintain processing order of value.
|
| Modifier and Type | Method and Description |
|---|---|
ReadableObjectId.Referring |
CollectionDeserializer.CollectionReferringAccumulator.handleUnresolvedReference(UnresolvedForwardReference reference) |
ReadableObjectId.Referring |
MapDeserializer.MapReferringAccumulator.handleUnresolvedReference(UnresolvedForwardReference reference,
java.lang.Object key) |