Module info.picocli.codegen
Package picocli.codegen.aot.graalvm
Provides tools for generating GraalVM configuration files from a picocli CommandSpec model.
-
Class Summary Class Description DynamicProxyConfigGenerator DynamicProxyConfigGenerator
generates a JSON String with the fully qualified interface names for which dynamic proxy classes should be generated at native image build time.JniConfigGenerator ReflectionConfigGenerator ReflectionConfigGenerator
generates a JSON String with the program elements that will be accessed reflectively in a picocli-based application, in order to compile this application ahead-of-time into a native executable with GraalVM.ResourceConfigGenerator ResourceConfigGenerator
generates a JSON String with the resource bundles and other classpath resources that should be included in the Substrate VM native image.