Package picocli
Class CommandLine.BuiltIn.ReflectionConverter
java.lang.Object
picocli.CommandLine.BuiltIn.ReflectionConverter
- All Implemented Interfaces:
CommandLine.ITypeConverter<Object>
- Enclosing class:
CommandLine.BuiltIn
static class CommandLine.BuiltIn.ReflectionConverter
extends Object
implements CommandLine.ITypeConverter<Object>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
method
-
paramTypes
-
-
Constructor Details
-
ReflectionConverter
-
-
Method Details
-
convert
Description copied from interface:CommandLine.ITypeConverter
Converts the specified command line argument value to some domain object.- Specified by:
convert
in interfaceCommandLine.ITypeConverter<Object>
- Parameters:
s
- the command line argument String value- Returns:
- the resulting domain object
-