Package org.apache.commons.beanutils.converters

Standard implementations of the Converter interface that are pre-registered with ConvertUtils at startup time.

Class Summary

AbstractArrayConverter Convenience base class for converters that translate the String representation of an array into a corresponding array of primitives object.
AbstractConverter Base Converter implementation that provides the structure for handling conversion to and from a specified type.
ArrayConverter Generic Converter implementaion that handles conversion to and from array objects.
BigDecimalConverterNumberConverter implementation that handles conversion to and from java.math.BigDecimal objects.
BigIntegerConverterNumberConverter implementation that handles conversion to and from java.math.BigInteger objects.
BooleanArrayConverter Standard Converter implementation that converts an incoming String into a primitive array of boolean.
BooleanConverterConverter implementaion that handles conversion to and from Boolean objects.
ByteArrayConverter Standard Converter implementation that converts an incoming String into a primitive array of byte.
ByteConverterNumberConverter implementation that handles conversion to and from java.lang.Byte objects.
CalendarConverterDateTimeConverter implementation that handles conversion to and from java.util.Calendar objects.
CharacterArrayConverter Standard Converter implementation that converts an incoming String into a primitive array of char.
CharacterConverterConverter implementaion that handles conversion to and from java.lang.Character objects.
ClassConverterConverter implementaion that handles conversion to and from java.lang.Class objects.
ConverterFacade Provides a facade for Converter implementations preventing access to any public API in the implementation, other than that specified by Converter.
DateConverterDateTimeConverter implementation that handles conversion to and from java.util.Date objects.
DateTimeConverterConverter implementaion that handles conversion to and from date/time objects.
DoubleArrayConverter Standard Converter implementation that converts an incoming String into a primitive array of double.
DoubleConverterNumberConverter implementation that handles conversion to and from java.lang.Double objects.
FileConverterConverter implementaion that handles conversion to and from java.io.File objects.
FloatArrayConverter Standard Converter implementation that converts an incoming String into a primitive array of float.
FloatConverterNumberConverter implementation that handles conversion to and from java.lang.Float objects.
IntegerArrayConverter Standard Converter implementation that converts an incoming String into a primitive array of int.
IntegerConverterNumberConverter implementation that handles conversion to and from java.lang.Integer objects.
LongArrayConverter Standard Converter implementation that converts an incoming String into a primitive array of long.
LongConverterNumberConverter implementation that handles conversion to and from java.lang.Long objects.
NumberConverterConverter implementaion that handles conversion to and from java.lang.Number objects.
ShortArrayConverter Standard Converter implementation that converts an incoming String into a primitive array of short.
ShortConverterNumberConverter implementation that handles conversion to and from java.lang.Short objects.
SqlDateConverterDateTimeConverter implementation that handles conversion to and from java.sql.Date objects.
SqlTimeConverterDateTimeConverter implementation that handles conversion to and from java.sql.Time objects.
SqlTimestampConverterDateTimeConverter implementation that handles conversion to and from java.sql.Timestamp objects.
StringArrayConverter Standard Converter implementation that converts an incoming String into an array of String objects.
StringConverterConverter implementation that converts an incoming object into a java.lang.String object.
URLConverterConverter implementaion that handles conversion to and from java.net.URL objects.
Standard implementations of the Converter interface that are pre-registered with ConvertUtils at startup time.

Copyright (c) 2001-2007 - Apache Software Foundation