Uses of Class
com.fasterxml.jackson.databind.deser.impl.ReadableObjectId.Referring
-
Packages that use ReadableObjectId.Referring 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. -
-
Uses of ReadableObjectId.Referring in com.fasterxml.jackson.databind.deser.impl
Subclasses of ReadableObjectId.Referring in com.fasterxml.jackson.databind.deser.impl Modifier and Type Class Description static class
ObjectIdReferenceProperty.PropertyReferring
Fields in com.fasterxml.jackson.databind.deser.impl with type parameters of type ReadableObjectId.Referring Modifier and Type Field Description protected java.util.LinkedList<ReadableObjectId.Referring>
ReadableObjectId. _referringProperties
Methods in com.fasterxml.jackson.databind.deser.impl that return types with arguments of type ReadableObjectId.Referring Modifier and Type Method Description java.util.Iterator<ReadableObjectId.Referring>
ReadableObjectId. referringProperties()
Methods in com.fasterxml.jackson.databind.deser.impl with parameters of type ReadableObjectId.Referring Modifier and Type Method Description void
ReadableObjectId. appendReferring(ReadableObjectId.Referring currentReferring)
-
Uses of ReadableObjectId.Referring in com.fasterxml.jackson.databind.deser.std
Methods in com.fasterxml.jackson.databind.deser.std that return ReadableObjectId.Referring Modifier and Type Method Description ReadableObjectId.Referring
CollectionDeserializer.CollectionReferringAccumulator. handleUnresolvedReference(UnresolvedForwardReference reference)
-