Package org.springframework.aot.nativex
Class FileNativeConfigurationGenerator
java.lang.Object
org.springframework.aot.nativex.FileNativeConfigurationGenerator
- All Implemented Interfaces:
NativeConfigurationGenerator
public class FileNativeConfigurationGenerator
extends Object
implements NativeConfigurationGenerator
Generate the GraalVM native configuration files from runtime hints.
- Since:
- 6.0
- Author:
- Sebastien Deleuze
- See Also:
-
Constructor Summary
ConstructorDescriptionFileNativeConfigurationGenerator
(Path basePath) FileNativeConfigurationGenerator
(Path basePath, String groupId, String artifactId) -
Method Summary
Modifier and TypeMethodDescriptionvoid
generate
(RuntimeHints hints) Generate the GraalVM native configuration from the provided hints.
-
Constructor Details
-
FileNativeConfigurationGenerator
-
FileNativeConfigurationGenerator
-
-
Method Details
-
generate
Description copied from interface:NativeConfigurationGenerator
Generate the GraalVM native configuration from the provided hints.- Specified by:
generate
in interfaceNativeConfigurationGenerator
- Parameters:
hints
- the hints to serialize
-