|
BeanIO 1.2.3 | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| 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 Summary | |
|---|---|
| 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. |
| CharacterTypeHandler | A type handler for the Character class. |
| DateTypeHandler | This 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. |
| 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. |
| TypeHandlerFactory | A factory class used to get a TypeHandler for parsing field text into field objects, and for formatting field objects into field text. |
| Exception Summary | |
|---|---|
| TypeConversionException | Thrown when field text cannot be parsed into a value object. |
Type handler implementations.
|
BeanIO 1.2.3 | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||