Uses of Class
org.codehaus.jackson.map.type.TypeFactory

Packages that use TypeFactory
org.codehaus.jackson.map.type Package that contains concrete implementations of JavaType, as well as the factory (TypeFactory) for constructing instances from various input data types (like Class, Type) and programmatically (for structured types, arrays, Lists and Maps). 
 

Uses of TypeFactory in org.codehaus.jackson.map.type
 

Fields in org.codehaus.jackson.map.type declared as TypeFactory
static TypeFactory TypeFactory.instance
           
 

Constructors in org.codehaus.jackson.map.type with parameters of type TypeFactory
TypeParser(TypeFactory f)