Interface | Description |
---|---|
IConverter |
Describes methods exposed by converters.
|
Class | Description |
---|---|
AbstractConverter |
Abstract converter implementation.
|
BooleanConverter |
Handles conversion to and from
Boolean and AtomicBoolean Objects. |
CharacterConverter |
Converter to Convert from
Character to other types and vice versa. |
ClassConverter |
Handles conversion to and from
Class . |
CollectionConverter |
Converter to Convert to and from
Collection . |
ConvertUtils |
Utility class for conversions.
|
DateConverter |
Abstract Converter to Convert from Date related objects to
String and vice versa. |
EnumConverter | |
NumberConverter |
This implementation handles conversion for the following
java.lang.Number types. |
PathConverter | |
PatternConverter | |
RounderConverter | |
StringConverter |
Special converter to handle Strings.
|
Exception | Description |
---|---|
ConvertException |
Exception thrown by convertion framework.
|