Class NumberConverters.FloatToBigDecimal

    • Constructor Detail

      • FloatToBigDecimal

        public FloatToBigDecimal()
    • Method Detail

      • convert

        public java.math.BigDecimal convert​(java.lang.Float 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