Uses of Class
com.fasterxml.jackson.databind.deser.impl.ReadableObjectId.Referring
Packages that use ReadableObjectId.Referring
Package
Description
Contains implementation classes of deserialization part of
data binding.
Contains those implementation classes of deserialization part of
data binding that are not considered part of public or semi-public
interfaces.
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.deserModifier and TypeClassDescription(package private) static classprivate static class -
Uses of ReadableObjectId.Referring in com.fasterxml.jackson.databind.deser.impl
Subclasses of ReadableObjectId.Referring in com.fasterxml.jackson.databind.deser.implFields in com.fasterxml.jackson.databind.deser.impl with type parameters of type ReadableObjectId.ReferringModifier and TypeFieldDescriptionprotected LinkedList<ReadableObjectId.Referring> ReadableObjectId._referringPropertiesMethods in com.fasterxml.jackson.databind.deser.impl that return types with arguments of type ReadableObjectId.ReferringMethods in com.fasterxml.jackson.databind.deser.impl with parameters of type ReadableObjectId.ReferringModifier and TypeMethodDescriptionvoidReadableObjectId.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.stdModifier and TypeClassDescriptionprivate static final classHelper class to maintain processing order of value.(package private) static classHelper class to maintain processing order of value.Methods in com.fasterxml.jackson.databind.deser.std that return ReadableObjectId.ReferringModifier and TypeMethodDescriptionCollectionDeserializer.CollectionReferringAccumulator.handleUnresolvedReference(UnresolvedForwardReference reference) MapDeserializer.MapReferringAccumulator.handleUnresolvedReference(UnresolvedForwardReference reference, Object key)