| BaseConverter<T> |
Base class for converters that store the name of the option.
|
| BigDecimalConverter |
Converts a String to a BigDecimal.
|
| BooleanConverter |
Converts a string to a boolean.
|
| CharArrayConverter |
Converts a String to a char[].
|
| CommaParameterSplitter |
|
| DefaultListConverter<T> |
A converter to obtain a list of elements.
|
| DoubleConverter |
Convert a string to a double.
|
| EnumConverter<T extends java.lang.Enum<T>> |
A converter to parse enums
|
| FileConverter |
Convert a string into a file.
|
| FloatConverter |
Convert a string to a float.
|
| InetAddressConverter |
Converts Strings to InetAddress'.
|
| IntegerConverter |
Convert a string to an integer.
|
| ISO8601DateConverter |
Converts a String to a Date.
|
| LongConverter |
Convert a string to a long.
|
| NoConverter |
Default value for a converter when none is specified.
|
| PathConverter |
Convert a string into a path.
|
| StringConverter |
Default converter for strings.
|
| URIConverter |
Convert a string into a URI.
|
| URLConverter |
Convert a string into a URI.
|