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 ValueMapperpublic Object getNewValue(Object oldValue) throws Exception
getNewValue in interface ValueMapperExceptionpublic ValueMapper getValueMapper()
public Iterator<Object> iterator() throws Exception
iterator in interface ValueMapperExceptionpublic void mapValue(Object oldValue, Object newValue) throws Exception
mapValue in interface ValueMapperExceptionpublic int size()
throws Exception
size in interface ValueMapperException