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 Details

    • method

      private final Method method
    • paramTypes

      private final Class<?>[] paramTypes
  • Constructor Details

    • ReflectionConverter

      public ReflectionConverter(Method method, Class<?>... paramTypes)
  • Method Details