Class StringToDate
java.lang.Object
org.flowable.engine.impl.transformer.AbstractTransformer
org.flowable.engine.impl.transformer.StringToDate
- All Implemented Interfaces:
Transformer
- Author:
- Esteban Robles Luna
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Object
primTransform
(Object anObject) Transforms anObject into a different objectMethods inherited from class org.flowable.engine.impl.transformer.AbstractTransformer
transform
-
Field Details
-
format
protected org.apache.commons.lang3.time.FastDateFormat format
-
-
Constructor Details
-
StringToDate
public StringToDate()
-
-
Method Details
-
primTransform
Description copied from class:AbstractTransformer
Transforms anObject into a different object- Specified by:
primTransform
in classAbstractTransformer
- Parameters:
anObject
- the object to be transformed- Returns:
- the transformed object
- Throws:
Exception
-