Package jadex.extension.rs.invoke.mapper
Class ColorStringMapper
- java.lang.Object
 - 
- jadex.extension.rs.invoke.mapper.ColorStringMapper
 
 
- 
- All Implemented Interfaces:
 IValueMapper
public class ColorStringMapper extends java.lang.Object implements IValueMapper
Color to hex string mapper. 
- 
- 
Constructor Summary
Constructors Constructor Description ColorStringMapper() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectconvertValue(java.lang.Object value)Convert the given value. 
 - 
 
- 
- 
Method Detail
- 
convertValue
public java.lang.Object convertValue(java.lang.Object value) throws java.lang.ExceptionConvert the given value.- Specified by:
 convertValuein interfaceIValueMapper- Parameters:
 value- The value to convert.- Returns:
 - The converted value.
 - Throws:
 java.lang.Exception
 
 - 
 
 -