Class ProxyConfigGen
- java.lang.Object
-
- picocli.codegen.aot.graalvm.processor.AbstractGenerator
-
- picocli.codegen.aot.graalvm.processor.ProxyConfigGen
-
- All Implemented Interfaces:
IGenerator
class ProxyConfigGen 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 proxy-config.json file.static java.lang.String
OPTION_INTERFACE_CLASSES
Name of the processor option that can be used to specify a comma-separated list of interface classes requiring a dynamic proxy to include in the native image.-
Fields inherited from class picocli.codegen.aot.graalvm.processor.AbstractGenerator
OPTION_VERBOSE, processingEnv
-
-
Constructor Summary
Constructors Constructor Description ProxyConfigGen(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 proxy-config.json file. The name of this constant is "disable.proxy.config".- See Also:
- Constant Field Values
-
OPTION_INTERFACE_CLASSES
public static final java.lang.String OPTION_INTERFACE_CLASSES
Name of the processor option that can be used to specify a comma-separated list of interface classes requiring a dynamic proxy to include in the native image. The name of this constant is "other.proxy.interfaces".- See Also:
- Constant Field Values
-
-
Method Detail
-
generateConfig
protected java.lang.String generateConfig(CommandLine.Model.CommandSpec[] commands)
- Specified by:
generateConfig
in classAbstractGenerator
-
-