public class NumericConverterImpl extends Object implements NumericConverter
This is a concrete implementation class for numeric conversion to BigDecimal
or BigInteger. For conversion to BigInteger, we truncate the fraction
part of the number.
author
Shing Wai Chan
Fields Summary
Constructors Summary
public NumericConverterImpl()
param
policy for determine mechanism for conversion to BigDecimal
and BigInteger