| AbstractTransformer |
A Transformer is responsible of transforming an object into a different object
|
| BigDecimalToString |
Transforms a BigDecimal to a String
|
| BooleanToString |
Transforms a Boolean to a String
|
| ComposedTransformer |
Applies a list of transformers to the input object
|
| DateToString |
Transforms a Date to a String
|
| Identity |
|
| IntegerToLong |
Transforms a Integer to a Long
|
| IntegerToString |
Transforms a Integer to a String
|
| LongToInteger |
Transforms a Long to a Integer
|
| LongToString |
Transforms a Long to a String
|
| StringToBigDecimal |
Transforms a String to a BigDecimal
|
| StringToBoolean |
Transforms a String to a Boolean
|
| StringToDate |
Transforms a String to a Date
|
| StringToInteger |
Transforms a String to a Integer
|
| StringToLong |
Transforms a String to a Long
|