BeanIO 2.0.4

Package org.beanio.types

Type handler API and default implementations for BeanIO supported types.

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.
URLTypeHandler A type handler for URL values.
UUIDTypeHandler A type handler for UUID values.
 

Exception Summary
TypeConversionException Thrown when field text cannot be parsed into a value object.
 

Package org.beanio.types Description

Type handler API and default implementations for BeanIO supported types.


BeanIO 2.0.4

Copyright © 2010-2013 Kevin Seim