Uses of Class
com.fasterxml.jackson.databind.type.TypeParser
-
Packages that use TypeParser 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,List
s andMap
s). -
-
Uses of TypeParser in com.fasterxml.jackson.databind.type
Fields in com.fasterxml.jackson.databind.type declared as TypeParser Modifier and Type Field Description protected TypeParser
TypeFactory. _parser
Methods in com.fasterxml.jackson.databind.type that return TypeParser Modifier and Type Method Description TypeParser
TypeParser. withFactory(TypeFactory f)
Constructors in com.fasterxml.jackson.databind.type with parameters of type TypeParser Constructor Description TypeFactory(LookupCache<java.lang.Object,JavaType> typeCache, TypeParser p, TypeModifier[] mods, java.lang.ClassLoader classLoader)
TypeFactory(LRUMap<java.lang.Object,JavaType> typeCache, TypeParser p, TypeModifier[] mods, java.lang.ClassLoader classLoader)
Deprecated.Since 2.12
-