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