Interface IValueMapper
-
- All Known Implementing Classes:
BeanToHTMLMapper
,ChartParameterMapper
,ChartResultMapper
,ColorStringMapper
,ConstantStringMapper
,IterableStringMapper
,NativeResponseMapper
,SizeStringMapper
public interface IValueMapper
The 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.Object
convertValue(java.lang.Object value)
Convert a value.
-