Uses of Class
com.fasterxml.jackson.databind.deser.impl.ReadableObjectId.Referring
-
Packages that use ReadableObjectId.Referring 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. -
-
Uses of ReadableObjectId.Referring in com.fasterxml.jackson.databind.deser
Subclasses of ReadableObjectId.Referring in com.fasterxml.jackson.databind.deser Modifier and Type Class Description (package private) static class
BeanDeserializer.BeanReferring
private static class
SettableAnyProperty.AnySetterReferring
-
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
Subclasses of ReadableObjectId.Referring in com.fasterxml.jackson.databind.deser.std Modifier and Type Class 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.Methods in com.fasterxml.jackson.databind.deser.std that return ReadableObjectId.Referring Modifier and Type Method Description ReadableObjectId.Referring
CollectionDeserializer.CollectionReferringAccumulator. handleUnresolvedReference(UnresolvedForwardReference reference)
ReadableObjectId.Referring
MapDeserializer.MapReferringAccumulator. handleUnresolvedReference(UnresolvedForwardReference reference, java.lang.Object key)
-