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,Lists andMaps). -
-
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 TypeParserTypeFactory. _parserMethods in com.fasterxml.jackson.databind.type that return TypeParser Modifier and Type Method Description TypeParserTypeParser. 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)
-