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