See: Description
Interface | Description |
---|---|
Converter<T,C> |
Converts from a textual representation to a Java representation.
|
Class | Description |
---|---|
AbstractNumberConverter<T extends Number> |
Abstract converter for Java Number types.
|
BigDecimalConverter |
Converter for the Java BigDecimal type.
|
BigIntegerConverter |
Converter for the Java BigInteger type.
|
BooleanConverter |
Converter for the Java Boolean type.
|
ByteConverter |
Converter for the Java Byte type.
|
CharacterConverter |
Converter for the Java String type.
|
ConverterUtils |
Manages the collection of converter objects so we can reuse them as necessary.
|
DateConverter |
Converter for the Java java.util.Date type which uses the
SimpleDateFormat -- don't worry I protect it for
reentrance. |
DoubleConverter |
Converter for the Java Double type.
|
EnumConverter |
Converter for the Java Enum type associated with an Enum field.
|
FloatConverter |
Converter for the Java Float type.
|
IntegerConverter |
Converter for the Java Integer type.
|
LongConverter |
Converter for the Java Long type.
|
ShortConverter |
Converter for the Java Short type.
|
StringConverter |
Converter for the Java String type.
|
UuidConverter |
Converter for the Java UUID type.
|
VoidConverter |
Place holder so we can configure the fields with a default converter.
|
Classes which deal with the converting of strings to Java fields and back.
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.