Uses of Class
com.fasterxml.jackson.databind.type.ResolvedRecursiveType
-
Packages that use ResolvedRecursiveType Package Description com.fasterxml.jackson.databind.type Package that contains concrete implementations ofJavaType, as well as the factory (TypeFactory) for constructing instances from various input data types (likeClass,Type) and programmatically (for structured types, arrays,Lists andMaps). -
-
Uses of ResolvedRecursiveType in com.fasterxml.jackson.databind.type
Methods in com.fasterxml.jackson.databind.type with parameters of type ResolvedRecursiveType Modifier and Type Method Description voidClassStack. addSelfReference(ResolvedRecursiveType ref)Method called to indicate that there is a self-reference from deeper down in stack pointing into type this stack frame represents.
-