Uses of Class
tools.jackson.databind.deser.UnresolvedForwardReference
Packages that use UnresolvedForwardReference
Package
Description
Basic data binding (mapping) functionality that
allows for reading JSON content into Java Objects (POJOs)
and JSON Trees (
JsonNode), as well as
writing Java Objects and trees as JSON.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.
Package that contains standard value and key deserializer implementations
Jackson uses for core JDK types.
-
Uses of UnresolvedForwardReference in tools.jackson.databind
Methods in tools.jackson.databind that throw UnresolvedForwardReferenceModifier and TypeMethodDescriptionabstract voidDeserializationContext.checkUnresolvedObjectId()Method called to ensure that every object id encounter during processing are resolved. -
Uses of UnresolvedForwardReference in tools.jackson.databind.deser
Methods in tools.jackson.databind.deser that return UnresolvedForwardReferenceModifier and TypeMethodDescriptionUnresolvedForwardReference.fillInStackTrace()This method is overridden to prevent filling of the stack trace when constructors are called (unfortunately alternative constructors can not be used due to historical reasons).UnresolvedForwardReference.withStackTrace()"Mutant" factory method for filling in stack trace; needed since the default constructors will not fill in stack trace.Methods in tools.jackson.databind.deser that throw UnresolvedForwardReferenceConstructors in tools.jackson.databind.deser with parameters of type UnresolvedForwardReferenceModifierConstructorDescriptionReferring(UnresolvedForwardReference ref, Class<?> beanType) Referring(UnresolvedForwardReference ref, JavaType beanType) -
Uses of UnresolvedForwardReference in tools.jackson.databind.deser.impl
Constructors in tools.jackson.databind.deser.impl with parameters of type UnresolvedForwardReferenceModifierConstructorDescriptionPropertyReferring(ObjectIdReferenceProperty parent, UnresolvedForwardReference ref, Class<?> type, Object ob) -
Uses of UnresolvedForwardReference in tools.jackson.databind.deser.jdk
Methods in tools.jackson.databind.deser.jdk with parameters of type UnresolvedForwardReferenceModifier and TypeMethodDescriptionCollectionDeserializer.CollectionReferringAccumulator.handleUnresolvedReference(UnresolvedForwardReference reference)