Interface | Description |
---|---|
IParameterSplitter |
Convert a string representing several parameters (e.g.
|
Class | Description |
---|---|
BaseConverter<T> |
Base class for converters that stores 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 Enum<T>> |
A converter to parse enums
|
FileConverter |
Convert a string into a file.
|
FloatConverter |
Convert a string to a float.
|
InetAddressConverter |
Converts
String s 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.
|
Copyright © 2017. All rights reserved.