Class ColorStringMapper

  • All Implemented Interfaces:
    IValueMapper

    public class ColorStringMapper
    extends java.lang.Object
    implements IValueMapper
    Color to hex string mapper.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object convertValue​(java.lang.Object value)
      Convert the given value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ColorStringMapper

        public ColorStringMapper()
    • Method Detail

      • convertValue

        public java.lang.Object convertValue​(java.lang.Object value)
                                      throws java.lang.Exception
        Convert the given value.
        Specified by:
        convertValue in interface IValueMapper
        Parameters:
        value - The value to convert.
        Returns:
        The converted value.
        Throws:
        java.lang.Exception