Uses of Class
org.codehaus.jackson.map.type.TypeParser
-
Packages that use TypeParser Package Description org.codehaus.jackson.map.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 org.codehaus.jackson.map.type
Fields in org.codehaus.jackson.map.type declared as TypeParser Modifier and Type Field Description protected TypeParserTypeFactory. _parserConstructors in org.codehaus.jackson.map.type with parameters of type TypeParser Constructor Description TypeFactory(TypeParser p, TypeModifier[] mods)
-