Package com.beust.jcommander.converters
Class StringConverter
java.lang.Object
com.beust.jcommander.converters.StringConverter
- All Implemented Interfaces:
IStringConverter<String>
Default converter for strings.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
StringConverter
public StringConverter()
-
-
Method Details
-
convert
- Specified by:
convert
in interfaceIStringConverter<String>
- Returns:
- an object of type T created from the parameter value.
-