|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| CompositeConverterFactory | |
| Converter | Makes the conversion between text and the java object that will be populated. |
| ConverterFactory | Converter factory |
| LocaleUnawareConverter | Interface implemented by those Converters that are not aware of the input locale, so they will return the same converted value for the same input string no matter which locale is selected by the user. |
| MaxLengthAwareConverter | A converter that knows the maximum length expected for any input |
| Class Summary | |
|---|---|
| AbstractConverter | |
| AbstractDecimalConverter | |
| AbstractFormatConverter | Converter that is based in a Format |
| AbstractSimpleConverter | Default implementation of a Converter that returns a locale-independant conversion that may never produce a conversion error. |
| AbstractSimpleNumberConverter | number format that is not locale-dependant (integer, long, etc) |
| AbstractStringConverter | A class that must be able to perform the conversion from and to a String value. |
| BigDecimalConverter | |
| BooleanConverter | |
| ByteConverter | |
| CharacterConverter | |
| ConverterRepository | |
| DoubleConverter | |
| EnumConverter<T extends Enum<T>> | Converter for any enum class. |
| IntegerConverter | |
| LongConverter | |
| NullConverter | Class used as a null substitute. |
| ShortConverter | |
| StringConverter | |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||