Uses of Class
org.apache.commons.beanutils2.converters.NumberConverter
Package
Description
Standard implementations of the
Converter
interface that are pre-registered with
ConvertUtils
at startup time.-
Uses of NumberConverter in org.apache.commons.beanutils2.converters
Modifier and TypeClassDescriptionfinal class
NumberConverter
implementation that handles conversion to and from java.math.BigDecimal objects.final class
NumberConverter
implementation that handles conversion to and from java.math.BigInteger objects.final class
NumberConverter
implementation that handles conversion to and from java.lang.Byte objects.final class
NumberConverter
implementation that handles conversion to and from java.lang.Double objects.final class
NumberConverter
implementation that handles conversion to and from java.lang.Float objects.final class
NumberConverter
implementation that handles conversion to and from java.lang.Integer objects.final class
NumberConverter
implementation that handles conversion to and from java.lang.Long objects.final class
NumberConverter
implementation that handles conversion to and from java.lang.Short objects.