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 |
|
ConverterMetadataConverterFactory |
|
DefaultConverterFactory |
|
DoubleConverter |
|
EnumConverter<T extends Enum<T>> |
Converter for any enum class. |
IntegerConverter |
|
JsonConverter |
Converts to/from a JSON representation of the given Object |
JsonConverterFactory |
|
LongConverter |
|
NullConverter |
Class used as a null substitute. |
ShortConverter |
|
StringConverter |
|