Uses of Interface
org.springframework.boot.context.properties.bind.BindConstructorProvider
Packages that use BindConstructorProvider
Package
Description
Support for
@ConfigurationProperties binding.-
Uses of BindConstructorProvider in org.springframework.boot.context.properties.bind
Fields in org.springframework.boot.context.properties.bind declared as BindConstructorProviderModifier and TypeFieldDescriptionstatic final BindConstructorProviderBindConstructorProvider.DEFAULTDefaultBindConstructorProviderimplementation that only returns a value when there's a single constructor and when the bindable has no existing value.Constructors in org.springframework.boot.context.properties.bind with parameters of type BindConstructorProviderModifierConstructorDescriptionBinder(Iterable<ConfigurationPropertySource> sources, PlaceholdersResolver placeholdersResolver, List<ConversionService> conversionServices, Consumer<PropertyEditorRegistry> propertyEditorInitializer, BindHandler defaultBindHandler, BindConstructorProvider constructorProvider) Create a newBinderinstance for the specified sources.Binder(Iterable<ConfigurationPropertySource> sources, PlaceholdersResolver placeholdersResolver, ConversionService conversionService, Consumer<PropertyEditorRegistry> propertyEditorInitializer, BindHandler defaultBindHandler, BindConstructorProvider constructorProvider) Create a newBinderinstance for the specified sources.