| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
Converter
interface that are pre-registered with
ConvertUtils
at startup time.
See:
          Description
| Class Summary | |
|---|---|
| AbstractArrayConverter | Deprecated. Replaced by the new ArrayConverterimplementation | 
| AbstractConverter | Base Converterimplementation that provides the structure
 for handling conversion to and from a specified type. | 
| ArrayConverter | Generic Converterimplementaion that handles conversion
 to and from array objects. | 
| BigDecimalConverter | NumberConverterimplementation that handles conversion to
 and from java.math.BigDecimal objects. | 
| BigIntegerConverter | NumberConverterimplementation that handles conversion to
 and from java.math.BigInteger objects. | 
| BooleanArrayConverter | Deprecated. Replaced by the new ArrayConverterimplementation | 
| BooleanConverter | Converterimplementaion that handles conversion
 to and from Boolean objects. | 
| ByteArrayConverter | Deprecated. Replaced by the new ArrayConverterimplementation | 
| ByteConverter | NumberConverterimplementation that handles conversion to
 and from java.lang.Byte objects. | 
| CalendarConverter | DateTimeConverterimplementation that handles conversion to
 and from java.util.Calendar objects. | 
| CharacterArrayConverter | Deprecated. Replaced by the new ArrayConverterimplementation | 
| CharacterConverter | Converterimplementaion that handles conversion
 to and from java.lang.Character objects. | 
| ClassConverter | Converterimplementaion that handles conversion
 to and from java.lang.Class objects. | 
| ConverterFacade | Provides a facade for Converterimplementations
 preventing access to any public API in the implementation,
 other than that specified byConverter. | 
| DateConverter | DateTimeConverterimplementation that handles conversion to
 and from java.util.Date objects. | 
| DateTimeConverter | Converterimplementaion
 that handles conversion to and from date/time objects. | 
| DoubleArrayConverter | Deprecated. Replaced by the new ArrayConverterimplementation | 
| DoubleConverter | NumberConverterimplementation that handles conversion to
 and from java.lang.Double objects. | 
| FileConverter | Converterimplementaion that handles conversion
 to and from java.io.File objects. | 
| FloatArrayConverter | Deprecated. Replaced by the new ArrayConverterimplementation | 
| FloatConverter | NumberConverterimplementation that handles conversion to
 and from java.lang.Float objects. | 
| IntegerArrayConverter | Deprecated. Replaced by the new ArrayConverterimplementation | 
| IntegerConverter | NumberConverterimplementation that handles conversion to
 and from java.lang.Integer objects. | 
| LongArrayConverter | Deprecated. Replaced by the new ArrayConverterimplementation | 
| LongConverter | NumberConverterimplementation that handles conversion to
 and from java.lang.Long objects. | 
| NumberConverter | Converterimplementaion that handles conversion
 to and from java.lang.Number objects. | 
| ShortArrayConverter | Deprecated. Replaced by the new ArrayConverterimplementation | 
| ShortConverter | NumberConverterimplementation that handles conversion to
 and from java.lang.Short objects. | 
| SqlDateConverter | DateTimeConverterimplementation that handles conversion to
 and from java.sql.Date objects. | 
| SqlTimeConverter | DateTimeConverterimplementation that handles conversion to
 and from java.sql.Time objects. | 
| SqlTimestampConverter | DateTimeConverterimplementation that handles conversion to
 and from java.sql.Timestamp objects. | 
| StringArrayConverter | Deprecated. Replaced by the new ArrayConverterimplementation | 
| StringConverter | Converterimplementation that converts an incoming
 object into ajava.lang.Stringobject. | 
| URLConverter | Converterimplementaion 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.
| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||