|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| Converter<PRESENTATION,MODEL> | Interface that implements conversion between a model and a presentation type. |
| ConverterFactory | Factory interface for providing Converters based on a presentation type and a model type. |
| Class Summary | |
|---|---|
| AbstractStringToNumberConverter<T> | A converter that converts from the number type T to String and back. |
| ConverterUtil | |
| DateToLongConverter | A converter that converts from Long to Date and back. |
| DateToSqlDateConverter | Converter for handling conversion between Date and
Date. |
| DefaultConverterFactory | Default implementation of ConverterFactory. |
| ReverseConverter<PRESENTATION,MODEL> | A converter that wraps another Converter and reverses source and
target types. |
| StringToBooleanConverter | A converter that converts from String to Boolean and back. |
| StringToDateConverter | A converter that converts from Date to String and back. |
| StringToDoubleConverter | A converter that converts from String to Double and back. |
| StringToFloatConverter | A converter that converts from String to Float and back. |
| StringToIntegerConverter | A converter that converts from String to Integer and back. |
| StringToLongConverter | A converter that converts from String to Long and back. |
| StringToNumberConverter | A converter that converts from Number to String and back. |
| Exception Summary | |
|---|---|
| Converter.ConversionException | An exception that signals that the value passed to
Converter.convertToPresentation(Object, Class, Locale) or
Converter.convertToModel(Object, Class, Locale) could not be
converted. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||