| Interface | Description |
|---|---|
| AttributeConverter<T> |
This interface is the contract for an attribute converter.
|
| Class | Description |
|---|---|
| AbstractAttributeConverter<T> |
This abstract attribute converter handles some common behaviors for simple type converters.
|
| 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.
|
| GenderConverter |
This class converts a String 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.
|
| UrlConverter |
URL converter.
|
Copyright © 2017. All Rights Reserved.