Uses of Class
com.fasterxml.jackson.databind.type.TypeParser
-
Packages that use TypeParser Package Description com.fasterxml.jackson.databind.type -
-
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(LRUMap<Object,JavaType> typeCache, TypeParser p, TypeModifier[] mods, ClassLoader classLoader)
-