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 SummaryConstructors Constructor Description ColorStringMapper()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectconvertValue(java.lang.Object value)Convert the given value.
 
- 
- 
- 
Method Detail- 
convertValuepublic java.lang.Object convertValue(java.lang.Object value) throws java.lang.ExceptionConvert the given value.- Specified by:
- convertValuein interface- IValueMapper
- Parameters:
- value- The value to convert.
- Returns:
- The converted value.
- Throws:
- java.lang.Exception
 
 
- 
 
-