クラス BindableRuntimeHintsRegistrar

java.lang.ObjectSE
org.springframework.boot.context.properties.bind.BindableRuntimeHintsRegistrar
実装されたすべてのインターフェース:
RuntimeHintsRegistrar

public class BindableRuntimeHintsRegistrar extends ObjectSE implements RuntimeHintsRegistrar
Bindable 型の ReflectionHints を登録するために使用できる RuntimeHintsRegistrar は、プロパティを通じて公開される可能性のあるネストされた型を検出します。

このクラスは、基本クラスとして使用することも、forTypes および forBindables ファクトリメソッドを使用してインスタンス化することもできます。

導入:
3.0.0
作成者:
Andy Wilkinson, Moritz Halbritter, Sebastien Deleuze, Phillip Webb