| Modifier and Type | Field and Description |
|---|---|
(package private) Serializable |
defaultValue |
(package private) String |
from |
(package private) String |
key |
(package private) String |
map |
(package private) Map<Serializable,Serializable> |
mapping |
(package private) String |
to |
| Constructor and Description |
|---|
MapValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMapping(Serializable from,
Serializable to) |
Serializable |
getDefault() |
String |
getFrom() |
String |
getKey() |
String |
getMap() |
String |
getTo() |
Data |
process(Data data) |
void |
setDefault(Serializable defaultValue) |
void |
setFrom(String from) |
void |
setKey(String key) |
void |
setMap(String map) |
void |
setTo(String to) |
String key
String map
Serializable defaultValue
Map<Serializable,Serializable> mapping
String from
String to
public void addMapping(Serializable from, Serializable to)
public void setDefault(Serializable defaultValue)
public Serializable getDefault()
public String getKey()
public void setKey(String key)
key - the key to setpublic String getMap()
public void setMap(String map)
map - the map to setpublic String getFrom()
public void setFrom(String from)
from - the from to setpublic String getTo()
public void setTo(String to)
to - the to to setCopyright © 2018. All rights reserved.