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