See: Description
| Interface | Description | 
|---|---|
| ConfigurableTypeHandler | 
 Interface for type handlers that support field specific customization. 
 | 
| TypeHandler | 
 A TypeHandler is used to convert field text into a Java object and vice versa. 
 | 
| Class | Description | 
|---|---|
| BigDecimalTypeHandler | 
 A type handler implementation for the BigDecimal class. 
 | 
| BigIntegerTypeHandler | 
 A type handler implementation for the BigInteger class. 
 | 
| BooleanTypeHandler | 
 A type handler implementation for the Boolean class, that
 simply delegate parsing to its constructor. 
 | 
| ByteTypeHandler | 
 A type handler implementation for the Byte class. 
 | 
| CalendarTypeHandler | 
 This type handler uses a  
SimpleDateFormat to parse and format 
 java.util.Calendar objects. | 
| CharacterTypeHandler | 
 A type handler for the Character class. 
 | 
| DateTypeHandler | 
 This type handler uses a SimpleDateFormat class to parse and format 
 java.util.Date objects. 
 | 
| DateTypeHandlerSupport | 
 This abstract type handler uses a SimpleDateFormat class to parse and format 
 java.util.Date objects. 
 | 
| DoubleTypeHandler | 
 A type handler implementation for the Double class. 
 | 
| FloatTypeHandler | 
 A type handler implementation for the Float class. 
 | 
| IntegerTypeHandler | 
 A type handler implementation for the Integer class. 
 | 
| LocaleSupport | 
 Base class for  
Locale aware type handlers. | 
| LongTypeHandler | 
 A type handler implementation for the Long class. 
 | 
| NumberTypeHandler | 
 Base class for type handlers that parse objects extending from Number. 
 | 
| ShortTypeHandler | 
 A type handler implementation for the Short class. 
 | 
| StringTypeHandler | 
 A type handler implementation for the String class. 
 | 
| URLTypeHandler | 
 A type handler for  
URL values. | 
| UUIDTypeHandler | 
 A type handler for  
UUID values. | 
| Exception | Description | 
|---|---|
| TypeConversionException | 
 Thrown when field text cannot be parsed into a value object. 
 |