Uses of Class
com.fasterxml.jackson.databind.type.SimpleType

Packages that use SimpleType
com.fasterxml.jackson.databind.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 com.fasterxml.jackson.databind.type
 

Fields in com.fasterxml.jackson.databind.type declared as SimpleType
protected static SimpleType TypeFactory.CORE_TYPE_BOOL
           
protected static SimpleType TypeFactory.CORE_TYPE_INT
           
protected static SimpleType TypeFactory.CORE_TYPE_LONG
           
protected static SimpleType TypeFactory.CORE_TYPE_STRING
           
 

Methods in com.fasterxml.jackson.databind.type that return SimpleType
static SimpleType SimpleType.construct(Class<?> cls)
           
static SimpleType SimpleType.constructUnsafe(Class<?> raw)
          Method used by core Jackson classes: NOT to be used by application code.
 SimpleType SimpleType.withContentValueHandler(Object h)
           
 SimpleType SimpleType.withTypeHandler(Object h)
           
 SimpleType SimpleType.withValueHandler(Object h)
           
 



Copyright © 2012 fasterxml.com. All Rights Reserved.