Interface NativeConfigurationGenerator

All Known Implementing Classes:
FileNativeConfigurationGenerator

public interface NativeConfigurationGenerator
Generate GraalVM native configuration.
Since:
6.0
Author:
Sebastien Deleuze
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Generate the GraalVM native configuration from the provided hints.
  • Method Details

    • generate

      void generate(RuntimeHints hints)
      Generate the GraalVM native configuration from the provided hints.
      Parameters:
      hints - the hints to serialize