|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IStringConverter | |
---|---|
com.beust.jcommander | |
com.beust.jcommander.converters |
Uses of IStringConverter in com.beust.jcommander |
---|
Methods in com.beust.jcommander that return types with arguments of type IStringConverter | ||
---|---|---|
|
JCommander.findConverter(java.lang.Class<T> cls)
|
|
|
IStringConverterFactory.getConverter(java.lang.Class<T> forType)
|
Uses of IStringConverter in com.beust.jcommander.converters |
---|
Classes in com.beust.jcommander.converters that implement IStringConverter | |
---|---|
class |
BaseConverter<T>
Base class for converters that stores the name of the option. |
class |
BigDecimalConverter
Converts a String to a BigDecimal. |
class |
BooleanConverter
Converts a string to a boolean. |
class |
DoubleConverter
Convert a string to a double. |
class |
FileConverter
Convert a string into a file. |
class |
FloatConverter
Convert a string to a float. |
class |
IntegerConverter
Convert a string to an integer. |
class |
ISO8601DateConverter
Converts a String to a Date. |
class |
LongConverter
Convert a string to a long. |
class |
NoConverter
Default value for a converter when none is specified. |
class |
StringConverter
Default converter for strings. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |