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

Packages that use SimpleType
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 SimpleType in org.codehaus.jackson.map.type
 

Methods in org.codehaus.jackson.map.type that return SimpleType
protected static SimpleType TypeFactory._constructSimple(Class<?> rawType, JavaType[] parameterTypes)
           
static SimpleType SimpleType.construct(Class<?> cls)