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