Class NumberConverters.IntegerToByte

    • Constructor Detail

      • IntegerToByte

        public IntegerToByte()
    • Method Detail

      • convert

        public java.lang.Byte convert​(java.lang.Integer obj)
                               throws ConversionException
        Description copied from interface: Converter
        Converts obj to T.
        Parameters:
        obj - The source Object to convert
        Returns:
        The converted Object
        Throws:
        ConversionException