public class ValueMapperWrapper extends Object implements ValueMapper
Constructor and Description |
---|
ValueMapperWrapper(ValueMapper valueMapper) |
Modifier and Type | Method and Description |
---|---|
void |
appendException(Object exception) |
Object |
getNewValue(Object oldValue) |
ValueMapper |
getValueMapper() |
Iterator<Object> |
iterator() |
void |
mapValue(Object oldValue,
Object newValue) |
int |
size() |
public ValueMapperWrapper(ValueMapper valueMapper)
public void appendException(Object exception)
appendException
in interface ValueMapper
public Object getNewValue(Object oldValue) throws Exception
getNewValue
in interface ValueMapper
Exception
public ValueMapper getValueMapper()
public Iterator<Object> iterator() throws Exception
iterator
in interface ValueMapper
Exception
public void mapValue(Object oldValue, Object newValue) throws Exception
mapValue
in interface ValueMapper
Exception
public int size() throws Exception
size
in interface ValueMapper
Exception