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 |
ArrayConverter
Generic
Converter implementation that handles conversion
to and from array objects. |
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 |
BooleanConverter
Converter implementation that handles conversion
to and from Boolean objects. |
class |
ByteConverter
NumberConverter implementation that handles conversion to
and from java.lang.Byte objects. |
class |
CalendarConverter
DateTimeConverter implementation that handles conversion to
and from java.util.Calendar objects. |
class |
CharacterConverter
Converter implementaion that handles conversion
to and from java.lang.Character objects. |
class |
ClassConverter
Converter implementaion that handles conversion
to and from java.lang.Class objects. |
class |
DateConverter
DateTimeConverter implementation that handles conversion to
and from java.util.Date objects. |
class |
DateTimeConverter
Converter implementaion
that handles conversion to and from date/time objects. |
class |
DoubleConverter
NumberConverter implementation that handles conversion to
and from java.lang.Double objects. |
class |
FileConverter
Converter implementaion that handles conversion
to and from java.io.File 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 |
NumberConverter
Converter implementaion that handles conversion
to and from java.lang.Number objects. |
class |
ShortConverter
NumberConverter implementation that handles conversion to
and from java.lang.Short objects. |
class |
SqlDateConverter
DateTimeConverter implementation that handles conversion to
and from java.sql.Date objects. |
class |
SqlTimeConverter
DateTimeConverter implementation that handles conversion to
and from java.sql.Time objects. |
class |
SqlTimestampConverter
DateTimeConverter implementation that handles conversion to
and from java.sql.Timestamp objects. |
class |
StringConverter
Converter
implementation that converts an incoming
object into a java.lang.String object. |
class |
URLConverter
Converter implementaion that handles conversion
to and from java.net.URL objects. |
Copyright © 2000–2016 The Apache Software Foundation. All rights reserved.