public interface ValueMapper
void
appendException(Object exception)
Object
getNewValue(Object oldValue)
Iterator<Object>
iterator()
mapValue(Object oldValue, Object newValue)
int
size()
void appendException(Object exception)
Object getNewValue(Object oldValue) throws Exception
Exception
Iterator<Object> iterator() throws Exception
void mapValue(Object oldValue, Object newValue) throws Exception
int size() throws Exception