Uses of Class
tools.jackson.core.type.ResolvedType
Packages that use ResolvedType
Package
Description
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser)
and generator
(JsonGenerator)
instances.Base classes used by concrete Parser and Generator implementations;
contain functionality that is not specific to JSON or input
abstraction (byte vs char).
Contains classes needed for type introspection, mostly used by data binding
functionality.
Utility classes used by Jackson Core functionality.
-
Uses of ResolvedType in tools.jackson.core
Methods in tools.jackson.core with parameters of type ResolvedTypeModifier and TypeMethodDescription<T> TObjectReadContext.Base.readValue(JsonParser p, ResolvedType type) <T> TObjectReadContext.readValue(JsonParser p, ResolvedType type) abstract <T> TJsonParser.readValueAs(ResolvedType type) -
Uses of ResolvedType in tools.jackson.core.base
Methods in tools.jackson.core.base with parameters of type ResolvedType -
Uses of ResolvedType in tools.jackson.core.type
Methods in tools.jackson.core.type that return ResolvedTypeModifier and TypeMethodDescriptionabstract ResolvedTypeResolvedType.containedType(int index) Method for accessing definitions of contained ("child") types.abstract ResolvedTypeResolvedType.getContentType()Method for accessing content type of this type, if type has such a thing: simple types do not, structured types do (like arrays, Collections and Maps)abstract ResolvedTypeResolvedType.getKeyType()Method for accessing key type for this type, assuming type has such a concept (only Map types do)abstract ResolvedTypeResolvedType.getReferencedType()Method for accessing type of value that instances of this type references, if any. -
Uses of ResolvedType in tools.jackson.core.util
Methods in tools.jackson.core.util with parameters of type ResolvedType