Package | Description |
---|---|
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 | Description |
---|---|---|
static class |
ObjectIdReferenceProperty.PropertyReferring |
Modifier and Type | Field | Description |
---|---|---|
protected LinkedList<ReadableObjectId.Referring> |
ReadableObjectId._referringProperties |
Modifier and Type | Method | Description |
---|---|---|
Iterator<ReadableObjectId.Referring> |
ReadableObjectId.referringProperties() |
Modifier and Type | Method | Description |
---|---|---|
void |
ReadableObjectId.appendReferring(ReadableObjectId.Referring currentReferring) |
Modifier and Type | Method | Description |
---|---|---|
ReadableObjectId.Referring |
CollectionDeserializer.CollectionReferringAccumulator.handleUnresolvedReference(UnresolvedForwardReference reference) |
Copyright © 2008–2018. All rights reserved.