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 classObjectIdReferenceProperty.PropertyReferringFields in com.fasterxml.jackson.databind.deser.impl with type parameters of type ReadableObjectId.Referring Modifier and Type Field Description protected LinkedList<ReadableObjectId.Referring>ReadableObjectId. _referringPropertiesMethods in com.fasterxml.jackson.databind.deser.impl that return types with arguments of type ReadableObjectId.Referring Modifier and Type Method Description Iterator<ReadableObjectId.Referring>ReadableObjectId. referringProperties()Methods in com.fasterxml.jackson.databind.deser.impl with parameters of type ReadableObjectId.Referring Modifier and Type Method Description voidReadableObjectId. 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.ReferringCollectionDeserializer.CollectionReferringAccumulator. handleUnresolvedReference(UnresolvedForwardReference reference)
-