Uses of Class
tools.jackson.core.type.TypeReference
Packages that use TypeReference
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 TypeReference in tools.jackson.core
Methods in tools.jackson.core with parameters of type TypeReferenceModifier and TypeMethodDescription<T> TObjectReadContext.Base.readValue(JsonParser p, TypeReference<T> valueTypeRef) <T> TObjectReadContext.readValue(JsonParser p, TypeReference<T> valueTypeRef) abstract <T> TJsonParser.readValueAs(TypeReference<T> valueTypeRef) Method to deserialize stream content into a Java type, reference to which is passed as argument. -
Uses of TypeReference in tools.jackson.core.base
Methods in tools.jackson.core.base with parameters of type TypeReferenceModifier and TypeMethodDescription<T> TParserMinimalBase.readValueAs(TypeReference<T> valueTypeRef) -
Uses of TypeReference in tools.jackson.core.type
Methods in tools.jackson.core.type with parameters of type TypeReferenceModifier and TypeMethodDescriptionintTypeReference.compareTo(TypeReference<T> o) The only reason we define this method (and require implementation ofComparable) is to prevent constructing a reference without type information. -
Uses of TypeReference in tools.jackson.core.util
Methods in tools.jackson.core.util with parameters of type TypeReferenceModifier and TypeMethodDescription<T> TJsonParserDelegate.readValueAs(TypeReference<T> valueTypeRef)