| 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 | |
| StringToInteger | |
| StringToLong |
Copyright © 2016 Alfresco. All rights reserved.