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