インターフェースの使用
org.springframework.boot.context.properties.bind.BindConstructorProvider
BindConstructorProvider を使用するパッケージ
org.springframework.boot.context.properties.bind 内の BindConstructorProvider 使用
BindConstructorProvider として宣言されている org.springframework.boot.context.properties.bind のフィールド修飾子と型フィールド説明static final BindConstructorProviderBindConstructorProvider.DEFAULTコンストラクターが 1 つあり、バインド可能オブジェクトに既存の値がない場合にのみ値を返すデフォルトのBindConstructorProvider実装。型 BindConstructorProvider のパラメーターを持つ org.springframework.boot.context.properties.bind のコンストラクター修飾子コンストラクター説明Binder(IterableSE<ConfigurationPropertySource> sources, @Nullable PlaceholdersResolver placeholdersResolver, @Nullable ListSE<ConversionService> conversionServices, @Nullable ConsumerSE<PropertyEditorRegistry> propertyEditorInitializer, @Nullable BindHandler defaultBindHandler, @Nullable BindConstructorProvider constructorProvider) 指定されたソースの新しいBinderインスタンスを作成します。Binder(IterableSE<ConfigurationPropertySource> sources, @Nullable PlaceholdersResolver placeholdersResolver, @Nullable ConversionService conversionService, @Nullable ConsumerSE<PropertyEditorRegistry> propertyEditorInitializer, @Nullable BindHandler defaultBindHandler, @Nullable BindConstructorProvider constructorProvider) 指定されたソースの新しいBinderインスタンスを作成します。