@FlowComponent public class DateFormat extends Object implements FlowTransform, FlowStepComponent
| Constructor and Description |
|---|
DateFormat() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormat() |
String |
getTimeZone() |
void |
postConfigure() |
DateFormat |
setFormat(String format) |
DateFormat |
setTimeZone(String timeZone) |
Object |
transform(Object value,
FlowStepContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, supported, transformpublic String getFormat()
public DateFormat setFormat(String format)
public String getTimeZone()
public DateFormat setTimeZone(String timeZone)
public void postConfigure()
postConfigure in interface Configurablepublic Object transform(Object value, FlowStepContext context)
transform in interface HasFlowTransformCopyright © 2022. All rights reserved.