Uses of Interface
org.springframework.boot.context.properties.bind.BindConstructorProvider
Package
Description
Support for
@ConfigurationProperties
binding.-
Uses of BindConstructorProvider in org.springframework.boot.context.properties.bind
Modifier and TypeFieldDescriptionstatic final BindConstructorProvider
BindConstructorProvider.DEFAULT
DefaultBindConstructorProvider
implementation that only returns a value when there's a single constructor and when the bindable has no existing value.ModifierConstructorDescriptionBinder
(Iterable<ConfigurationPropertySource> sources, PlaceholdersResolver placeholdersResolver, List<ConversionService> conversionServices, Consumer<PropertyEditorRegistry> propertyEditorInitializer, BindHandler defaultBindHandler, BindConstructorProvider constructorProvider) Create a newBinder
instance for the specified sources.Binder
(Iterable<ConfigurationPropertySource> sources, PlaceholdersResolver placeholdersResolver, ConversionService conversionService, Consumer<PropertyEditorRegistry> propertyEditorInitializer, BindHandler defaultBindHandler, BindConstructorProvider constructorProvider) Create a newBinder
instance for the specified sources.