Class ColorConverter

  • All Implemented Interfaces:
    org.apache.commons.beanutils.Converter, NuitonConverter<Color>

    public class ColorConverter
    extends Object
    implements NuitonConverter<Color>
    To convert Color from and to String.
    Since:
    1.0
    Author:
    mallon - mallon@codelutin.com, Tony Chemit - chemit@codelutin.com
    • Constructor Detail

      • ColorConverter

        public ColorConverter()
    • Method Detail

      • convert

        public <T> T convert​(Class<T> aClass,
                             Object value)
        Specified by:
        convert in interface org.apache.commons.beanutils.Converter
      • isEnabled

        protected boolean isEnabled​(Class<?> aClass)