Interface IValueMapper
- 
- All Known Implementing Classes:
 ColorStringMapper,ConstantStringMapper,IterableStringMapper,NativeResponseMapper
public interface IValueMapperThe value mapper interface. It is used for all mappers that have the task to convert between different representations. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectconvertValue(java.lang.Object value)Convert a value. 
 -