Package picocli.codegen.aot.graalvm


package picocli.codegen.aot.graalvm
Provides tools for generating GraalVM configuration files from a picocli CommandSpec model.
  • Classes
    Class
    Description
    DynamicProxyConfigGenerator generates a JSON String with the fully qualified interface names for which dynamic proxy classes should be generated at native image build time.
     
    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 generates a JSON String with the resource bundles and other classpath resources that should be included in the Substrate VM native image.