クラス NativeConfigurationWriter
java.lang.ObjectSE
org.springframework.aot.nativex.NativeConfigurationWriter
- 既知の直属サブクラス
FileNativeConfigurationWriter
RuntimeHints
を GraalVM ネイティブ構成として記述します。- 導入:
- 6.0
- 作成者:
- Sebastien Deleuze, Stephane Nicoll, Janne Valkealahti
- 関連事項:
コンストラクターのサマリー
方法の概要
修飾子と型メソッド説明void
write
(RuntimeHints hints) 提供されたヒントから GraalVM ネイティブ構成を記述します。protected abstract void
writeTo
(StringSE fileName, ConsumerSE<org.springframework.aot.nativex.BasicJsonWriter> writer) 提供されたBasicJsonWriter
を使用して、指定された GraalVM ネイティブ構成ファイルを書き込みます。
コンストラクターの詳細
NativeConfigurationWriter
public NativeConfigurationWriter()
メソッドの詳細
write
提供されたヒントから GraalVM ネイティブ構成を記述します。- パラメーター:
hints
- 対処のヒント
writeTo
protected abstract void writeTo(StringSE fileName, ConsumerSE<org.springframework.aot.nativex.BasicJsonWriter> writer) 提供されたBasicJsonWriter
を使用して、指定された GraalVM ネイティブ構成ファイルを書き込みます。- パラメーター:
fileName
- ファイルの名前writer
- ライターが使用するコンシューマー