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, @Nullable PlaceholdersResolver placeholdersResolver, @Nullable List<ConversionService> conversionServices, @Nullable Consumer<PropertyEditorRegistry> propertyEditorInitializer, @Nullable BindHandler defaultBindHandler, @Nullable BindConstructorProvider constructorProvider) Create a newBinderinstance for the specified sources.Binder(Iterable<ConfigurationPropertySource> sources, @Nullable PlaceholdersResolver placeholdersResolver, @Nullable ConversionService conversionService, @Nullable Consumer<PropertyEditorRegistry> propertyEditorInitializer, @Nullable BindHandler defaultBindHandler, @Nullable BindConstructorProvider constructorProvider) Create a newBinderinstance for the specified sources.