Class ByteConverter

  • All Implemented Interfaces:
    org.apache.commons.beanutils.Converter

    public class ByteConverter
    extends Object
    implements org.apache.commons.beanutils.Converter
    Internal class for converting Supported Data Types to Byte. Only intended for internal use.
    • Constructor Detail

      • ByteConverter

        public ByteConverter()
    • Method Detail

      • convert

        public Object convert​(Class destClass,
                              Object srcObj)
        Specified by:
        convert in interface org.apache.commons.beanutils.Converter