Package picocli.codegen.aot.graalvm
-
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.DynamicProxyConfigGenerator.App DynamicProxyConfigGenerator.Visitor JniConfigGenerator JniConfigGenerator.App OutputFileMixin 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.ReflectionConfigGenerator.App ReflectionConfigGenerator.ReflectedClass ReflectionConfigGenerator.ReflectedField ReflectionConfigGenerator.ReflectedMethod ReflectionConfigGenerator.Visitor ResourceConfigGenerator ResourceConfigGenerator
generates a JSON String with the resource bundles and other classpath resources that should be included in the Substrate VM native image.ResourceConfigGenerator.App ResourceConfigGenerator.Visitor