クラス FileNativeConfigurationWriter
java.lang.ObjectSE
org.springframework.aot.nativex.NativeConfigurationWriter
org.springframework.aot.nativex.FileNativeConfigurationWriter
構成をディスクに書き込む
NativeConfigurationWriter
実装。- 導入:
- 6.0
- 作成者:
- Sebastien Deleuze, Stephane Nicoll
- 関連事項:
コンストラクターの概要
コンストラクターコンストラクター説明FileNativeConfigurationWriter
(PathSE basePath) FileNativeConfigurationWriter
(PathSE basePath, StringSE groupId, StringSE artifactId) メソッドのサマリー
修飾子と型メソッド説明protected void
writeTo
(StringSE fileName, ConsumerSE<org.springframework.aot.nativex.BasicJsonWriter> writer) 提供されたBasicJsonWriter
を使用して、指定された GraalVM ネイティブ構成ファイルを書き込みます。クラス org.springframework.aot.nativex.NativeConfigurationWriter から継承されたメソッド
write
コンストラクターの詳細
FileNativeConfigurationWriter
FileNativeConfigurationWriter
メソッドの詳細
writeTo
protected void writeTo(StringSE fileName, ConsumerSE<org.springframework.aot.nativex.BasicJsonWriter> writer) クラスからコピーされた説明:NativeConfigurationWriter
提供されたBasicJsonWriter
を使用して、指定された GraalVM ネイティブ構成ファイルを書き込みます。- 次で指定:
- クラス
NativeConfigurationWriter
のwriteTo
- パラメーター:
fileName
- ファイルの名前writer
- ライターが使用するコンシューマー