Class AbstractTransformer
java.lang.Object
org.flowable.engine.impl.transformer.AbstractTransformer
- All Implemented Interfaces:
Transformer
- Direct Known Subclasses:
BigDecimalToString,BooleanToString,ComposedTransformer,DateToString,Identity,IntegerToLong,IntegerToString,LongToInteger,LongToString,StringToBigDecimal,StringToBoolean,StringToDate,StringToInteger,StringToLong
A Transformer is responsible of transforming an object into a different object
- Author:
- Esteban Robles Luna
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractTransformer
public AbstractTransformer()
-
-
Method Details
-
transform
Description copied from interface:TransformerTransforms anObject into a different object- Specified by:
transformin interfaceTransformer- Parameters:
anObject- the object to be transformed- Returns:
- the transformed object
-
primTransform
Transforms anObject into a different object- Parameters:
anObject- the object to be transformed- Returns:
- the transformed object
- Throws:
Exception
-