public interface ValueMapper
Modifier and Type | Method and Description |
---|---|
void |
appendException(Object exception) |
Object |
getNewValue(Object oldValue) |
Iterator<Object> |
iterator() |
void |
mapValue(Object oldValue,
Object newValue) |
int |
size() |
void appendException(Object exception)
Object getNewValue(Object oldValue) throws Exception
Exception
Iterator<Object> iterator() throws Exception
Exception
void mapValue(Object oldValue, Object newValue) throws Exception
Exception
int size() throws Exception
Exception