Class FileNativeConfigurationWriter
java.lang.Object
org.springframework.aot.nativex.NativeConfigurationWriter
org.springframework.aot.nativex.FileNativeConfigurationWriter
A 
NativeConfigurationWriter implementation that writes the
configuration to disk.- Since:
- 6.0
- Author:
- Sebastien Deleuze, Stephane Nicoll
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class NativeConfigurationWriterwrite
- 
Constructor Details- 
FileNativeConfigurationWriter
- 
FileNativeConfigurationWriter
 
- 
- 
Method Details- 
writeToprotected void writeTo(String fileName, Consumer<org.springframework.aot.nativex.BasicJsonWriter> writer) Description copied from class:NativeConfigurationWriterWrite the specified GraalVM native configuration file, using the providedBasicJsonWriter.- Specified by:
- writeToin class- NativeConfigurationWriter
- Parameters:
- fileName- the name of the file
- writer- a consumer for the writer to use
 
 
-