Uses of Class
com.fasterxml.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.
Contains public standard implementations of abstraction that
Jackson uses.
-
Uses of UnresolvedForwardReference in com.fasterxml.jackson.databind
Methods in com.fasterxml.jackson.databind that throw UnresolvedForwardReferenceModifier and TypeMethodDescriptionabstract void
DeserializationContext.checkUnresolvedObjectId()
Method called to ensure that every object id encounter during processing are resolved. -
Uses of UnresolvedForwardReference in com.fasterxml.jackson.databind.deser
Methods in com.fasterxml.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 com.fasterxml.jackson.databind.deser that throw UnresolvedForwardReference -
Uses of UnresolvedForwardReference in com.fasterxml.jackson.databind.deser.impl
Constructors in com.fasterxml.jackson.databind.deser.impl with parameters of type UnresolvedForwardReferenceModifierConstructorDescriptionPropertyReferring
(ObjectIdReferenceProperty parent, UnresolvedForwardReference ref, Class<?> type, Object ob) Referring
(UnresolvedForwardReference ref, JavaType beanType) Referring
(UnresolvedForwardReference ref, Class<?> beanType) -
Uses of UnresolvedForwardReference in com.fasterxml.jackson.databind.deser.std
Methods in com.fasterxml.jackson.databind.deser.std with parameters of type UnresolvedForwardReferenceModifier and TypeMethodDescriptionCollectionDeserializer.CollectionReferringAccumulator.handleUnresolvedReference
(UnresolvedForwardReference reference)