Package org.apache.commons.beanutils.converters
package org.apache.commons.beanutils.converters
Standard implementations of the
interface that
are pre-registered with
at startup time.
invalid reference
Converter
invalid reference
ConvertUtils
-
ClassesClassDescriptionDeprecated.Base
Converter
implementation that provides the structure for handling conversion to and from a specified type.GenericConverter
implementation that handles conversion to and from array objects.NumberConverter
implementation that handles conversion to and from java.math.BigDecimal objects.NumberConverter
implementation that handles conversion to and from java.math.BigInteger objects.Deprecated.Replaced by the newArrayConverter
implementationConverter
implementation that handles conversion to and from Boolean objects.Deprecated.Replaced by the newArrayConverter
implementationNumberConverter
implementation that handles conversion to and from java.lang.Byte objects.DateTimeConverter
implementation that handles conversion to and from java.util.Calendar objects.Deprecated.Replaced by the newArrayConverter
implementationConverter
implementaion that handles conversion to and from java.lang.Character objects.Converter
implementaion that handles conversion to and from java.lang.Class objects.DateTimeConverter
implementation that handles conversion to and from java.util.Date objects.Converter
implementaion that handles conversion to and from date/time objects.Deprecated.Replaced by the newArrayConverter
implementationNumberConverter
implementation that handles conversion to and from java.lang.Double objects.Converter
implementaion that handles conversion to and from java.io.File objects.Deprecated.Replaced by the newArrayConverter
implementationNumberConverter
implementation that handles conversion to and from java.lang.Float objects.Deprecated.Replaced by the newArrayConverter
implementationNumberConverter
implementation that handles conversion to and from java.lang.Integer objects.Deprecated.Replaced by the newArrayConverter
implementationNumberConverter
implementation that handles conversion to and from java.lang.Long objects.Converter
implementaion that handles conversion to and from java.lang.Number objects.Deprecated.Replaced by the newArrayConverter
implementationNumberConverter
implementation that handles conversion to and from java.lang.Short objects.DateTimeConverter
implementation that handles conversion to and from java.sql.Date objects.DateTimeConverter
implementation that handles conversion to and from java.sql.Time objects.DateTimeConverter
implementation that handles conversion to and from java.sql.Timestamp objects.Deprecated.Replaced by the newArrayConverter
implementationConverter
implementation that converts an incoming object into ajava.lang.String
object.Converter
implementaion that handles conversion to and from java.net.URL objects.
ArrayConverter
implementation