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 classBeanDeserializer.BeanReferringprivate static classSettableAnyProperty.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 classObjectIdReferenceProperty.PropertyReferringFields 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. _referringPropertiesMethods 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 voidReadableObjectId. 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 classCollectionDeserializer.CollectionReferringHelper class to maintain processing order of value.(package private) static classMapDeserializer.MapReferringHelper 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.ReferringCollectionDeserializer.CollectionReferringAccumulator. handleUnresolvedReference(UnresolvedForwardReference reference)ReadableObjectId.ReferringMapDeserializer.MapReferringAccumulator. handleUnresolvedReference(UnresolvedForwardReference reference, java.lang.Object key)
-