Package | Description |
---|---|
org.apache.commons.beanutils.converters |
Standard implementations of the
Converter interface that are
pre-registered with ConvertUtils at
startup time. |
Modifier and Type | Class and Description |
---|---|
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–2016 The Apache Software Foundation. All rights reserved.