See: Description
| Interface | Description |
|---|---|
| FillingHandler |
Handle the filling on data type conversion.
|
| TypeHandler<T> |
The type handler is responsible for the formating of values when they go from
class to string and parsing the string value in the layout back to the class
representation.
|
| Class | Description |
|---|---|
| BaseTypeHandler<T> |
Serves as a template method to the type handlers taking care of the filling
and alignment.
|
| BigDecimalTypeHandler | |
| BigIntegerTypeHandler | |
| BooleanTypeHandler | |
| CenterFillingHandler |
Implements the filling's handling of fields right aligned.
|
| DateTypeHandler |
TODO: Comentar esta classe
|
| DoubleTypeHandler |
TODO: Comentar esta classe
|
| FloatTypeHandler | |
| IntegerTypeHandler | |
| LeftFillingHandler |
Implements the filling's handling of fields right aligned.
|
| LongTypeHandler | |
| NumberTypeHandler | |
| RightFillingHandler |
Implements the filling's handling of fields left aligned.
|
| StringBufferTypeHandler | |
| StringTypeHandler |
Copyright © 2014. All Rights Reserved.