Interface | Description |
---|---|
Transformer |
A Transformer is responsible of transforming an object into a different
object
|
Class | Description |
---|---|
AbstractTransformer |
A Transformer is responsible of transforming an object into a different
object
|
BigDecimalToString |
Transforms a
BigDecimal to a String |
BooleanToString | |
ComposedTransformer |
Applies a list of transformers to the input object
|
DateToString | |
Identity | |
IntegerToLong | |
IntegerToString | |
LongToInteger | |
LongToString | |
StringToBigDecimal |
Transforms a
String to a BigDecimal |
StringToBoolean | |
StringToDate |
Transforms a
String to a Date |
StringToInteger | |
StringToLong |
Copyright © 2015. All rights reserved.