Package org.springframework.aot.nativex
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 TypeMethodDescriptionvoid
generate
(RuntimeHints hints) Generate the GraalVM native configuration from the provided hints.
-
Method Details
-
generate
Generate the GraalVM native configuration from the provided hints.- Parameters:
hints
- the hints to serialize
-