Uses of Class
org.apache.commons.beanutils.converters.NumberConverter

Packages that use NumberConverter
org.apache.commons.beanutils.converters Standard implementations of the Converter interface that are pre-registered with ConvertUtils at startup time. 
 

Uses of NumberConverter in org.apache.commons.beanutils.converters
 

Subclasses of NumberConverter in org.apache.commons.beanutils.converters
 class BigDecimalConverter
          NumberConverter implementation that handles conversion to and from java.math.BigDecimal objects.
 class BigIntegerConverter
          NumberConverter implementation that handles conversion to and from java.math.BigInteger objects.
 class ByteConverter
          NumberConverter implementation that handles conversion to and from java.lang.Byte objects.
 class DoubleConverter
          NumberConverter implementation that handles conversion to and from java.lang.Double objects.
 class FloatConverter
          NumberConverter implementation that handles conversion to and from java.lang.Float objects.
 class IntegerConverter
          NumberConverter implementation that handles conversion to and from java.lang.Integer objects.
 class LongConverter
          NumberConverter implementation that handles conversion to and from java.lang.Long objects.
 class ShortConverter
          NumberConverter implementation that handles conversion to and from java.lang.Short objects.
 



Copyright © 2000-2010 The Apache Software Foundation. All Rights Reserved.