Class Overview
A DateMapping is a mapping rule specialied for working with transforming date formats
Summary
|
[Expand]
Inherited Methods |
From class
org.mule.module.datapack.mapper.Mapping
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Constants
public
static
final
String
CURRENT_VALUE_PATTERN
Constant Value:
"#[map-payload:%s]"
Fields
private
String
dateFormatIn
private
String
dateFormatOut
Public Constructors
public
DateMapping
(String sourceColumn, Column destinationColumn, String dateFormatIn, String dateFormatOut)
Parameters
| sourceColumn
| |
| destinationColumn
| |
| dateFormatIn
| |
| dateFormatOut
| |
Public Methods
public
void
evaluate
(Map<String, Object> src, Map<String, Object> dest, MuleContext muleContext)
public
String
getDateFormatIn
()
public
String
getDateFormatOut
()
public
void
setDateFormatIn
(String dateFormatIn)
public
void
setDateFormatOut
(String dateFormatOut)