| Interface | Description |
|---|---|
| AttributeConverter<T> |
This interface is the contract for an attribute converter.
|
| Class | Description |
|---|---|
| BooleanConverter |
This class converts a String into a Boolean or returns the Boolean in input.
|
| ColorConverter |
This class converts a String into a Color.
|
| Converters |
This class defines the default converters.
|
| DateConverter |
This class converts a String (depending on a specified format) into a Date.
|
| FormattedDateConverter |
This class converts a String (depending on a specified format) into a FormattedDate.
|
| GenderConverter |
This class converts a String to a Gender.
|
| GenderIntegerConverter |
This class converts an Integer to a Gender.
|
| IntegerConverter |
This class converts a String into an Integer or returns the Integer in input.
|
| LocaleConverter |
This class converts a String to a Locale.
|
| LongConverter |
This class converts a String into a Long or returns the Long (or Integer) in input.
|
| StringConverter |
This class only keeps String objects.
|
| StringReplaceConverter |
This class makes replacements in a String.
|
Copyright © 2016. All Rights Reserved.