クラス BindableRuntimeHintsRegistrar
java.lang.ObjectSE
org.springframework.boot.context.properties.bind.BindableRuntimeHintsRegistrar
- 実装されているすべてのインターフェース:
RuntimeHintsRegistrar
Bindable 型の ReflectionHints を登録するために使用できる RuntimeHintsRegistrar は、プロパティを通じて公開される可能性のあるネストされた型を検出します。 このクラスは、基本クラスとして使用することも、forTypes および forBindables ファクトリメソッドを使用してインスタンス化することもできます。
- 導入:
- 3.0.0
- 作成者:
- Andy Wilkinson, Moritz Halbritter, Sebastien Deleuze, Phillip Webb
コンストラクターの概要
コンストラクター修飾子コンストラクター説明protectedBindableRuntimeHintsRegistrar(ClassSE<?>... types) 指定された型の新しいBindableRuntimeHintsRegistrarを作成します。protectedBindableRuntimeHintsRegistrar(Bindable<?>... bindables) 指定されたバインド可能オブジェクトに対して新しいBindableRuntimeHintsRegistrarを作成します。メソッドのサマリー
修飾子と型メソッド説明forBindables(IterableSE<Bindable<?>> bindables) 指定されたバインド可能オブジェクトに対して新しいBindableRuntimeHintsRegistrarを作成します。forBindables(Bindable<?>... bindables) 指定されたバインド可能オブジェクトに対して新しいBindableRuntimeHintsRegistrarを作成します。指定された型の新しいBindableRuntimeHintsRegistrarを作成します。forTypes(IterableSE<ClassSE<?>> types) 指定された型の新しいBindableRuntimeHintsRegistrarを作成します。voidregisterHints(RuntimeHints hints) 指定されたRuntimeHintsインスタンスにヒントを提供します。voidregisterHints(RuntimeHints hints, ClassLoaderSE classLoader)
コンストラクターの詳細
BindableRuntimeHintsRegistrar
指定された型の新しいBindableRuntimeHintsRegistrarを作成します。- パラメーター:
types- 処理する型
BindableRuntimeHintsRegistrar
指定されたバインド可能オブジェクトに対して新しいBindableRuntimeHintsRegistrarを作成します。- パラメーター:
bindables- 処理するバインド可能ファイル- 導入:
- 3.0.8
メソッドの詳細
registerHints
- 次で指定:
- インターフェース
RuntimeHintsRegistrarのregisterHints
registerHints
指定されたRuntimeHintsインスタンスにヒントを提供します。- パラメーター:
hints- デプロイユニットのこれまでのヒント
forTypes
指定された型の新しいBindableRuntimeHintsRegistrarを作成します。- パラメーター:
types- 処理する型- 戻り値:
- 新しい
BindableRuntimeHintsRegistrarインスタンス
forTypes
指定された型の新しいBindableRuntimeHintsRegistrarを作成します。- パラメーター:
types- 処理する型- 戻り値:
- 新しい
BindableRuntimeHintsRegistrarインスタンス
forBindables
指定されたバインド可能オブジェクトに対して新しいBindableRuntimeHintsRegistrarを作成します。- パラメーター:
bindables- 処理するバインド可能ファイル- 戻り値:
- 新しい
BindableRuntimeHintsRegistrarインスタンス - 導入:
- 3.0.8
forBindables
指定されたバインド可能オブジェクトに対して新しいBindableRuntimeHintsRegistrarを作成します。- パラメーター:
bindables- 処理するバインド可能ファイル- 戻り値:
- 新しい
BindableRuntimeHintsRegistrarインスタンス - 導入:
- 3.0.8