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.
|
CommaParameterSplitter | |
DoubleConverter |
Convert a string to a double.
|
FileConverter |
Convert a string into a file.
|
FloatConverter |
Convert a string to a float.
|
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.
|
StringConverter |
Default converter for strings.
|
Copyright © 2014. All Rights Reserved.