Package org.springframework.aot.nativex
Class NativeConfigurationWriter
java.lang.Object
org.springframework.aot.nativex.NativeConfigurationWriter
- Direct Known Subclasses:
- FileNativeConfigurationWriter
Write 
RuntimeHints as GraalVM native configuration.- Since:
- 6.0
- Author:
- Sebastien Deleuze, Stephane Nicoll, Janne Valkealahti
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidwrite(RuntimeHints hints) Write the GraalVM native configuration from the provided hints.protected abstract voidWrite the specified GraalVM native configuration file, using the providedBasicJsonWriter.
- 
Constructor Details- 
NativeConfigurationWriterpublic NativeConfigurationWriter()
 
- 
- 
Method Details- 
writeWrite the GraalVM native configuration from the provided hints.- Parameters:
- hints- the hints to handle
 
- 
writeToprotected abstract void writeTo(String fileName, Consumer<org.springframework.aot.nativex.BasicJsonWriter> writer) Write the specified GraalVM native configuration file, using the providedBasicJsonWriter.- Parameters:
- fileName- the name of the file
- writer- a consumer for the writer to use
 
 
-