Class ReflectConfigGen
- java.lang.Object
-
- picocli.codegen.aot.graalvm.processor.AbstractGenerator
-
- picocli.codegen.aot.graalvm.processor.ReflectConfigGen
-
- All Implemented Interfaces:
IGenerator
class ReflectConfigGen extends AbstractGenerator
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
OPTION_DISABLE
Name of the processor option that can be used to disable generation of the reflect-config.json file.-
Fields inherited from class picocli.codegen.aot.graalvm.processor.AbstractGenerator
OPTION_VERBOSE, processingEnv
-
-
Constructor Summary
Constructors Constructor Description ReflectConfigGen(javax.annotation.processing.ProcessingEnvironment env)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
generateConfig(CommandLine.Model.CommandSpec[] commands)
-
Methods inherited from class picocli.codegen.aot.graalvm.processor.AbstractGenerator
createRelativePath, enabled, fatalError, fileName, generate, generateConfig, logInfo
-
-
-
-
Field Detail
-
OPTION_DISABLE
public static final java.lang.String OPTION_DISABLE
Name of the processor option that can be used to disable generation of the reflect-config.json file. The name of this constant is "disable.reflect.config".- See Also:
- Constant Field Values
-
-
Method Detail
-
generateConfig
protected java.lang.String generateConfig(CommandLine.Model.CommandSpec[] commands) throws java.lang.Exception
- Specified by:
generateConfig
in classAbstractGenerator
- Throws:
java.lang.Exception
-
-