| Package | Description |
|---|---|
| org.springframework.boot.context.properties.bind |
Support for
@ConfigurationProperties binding. |
| Modifier and Type | Field and Description |
|---|---|
static BindConstructorProvider |
BindConstructorProvider.DEFAULT
Default
BindConstructorProvider implementation that only returns a value
when there's a single constructor and when the bindable has no existing value. |
| Constructor and Description |
|---|
Binder(Iterable<ConfigurationPropertySource> sources,
PlaceholdersResolver placeholdersResolver,
ConversionService conversionService,
Consumer<PropertyEditorRegistry> propertyEditorInitializer,
BindHandler defaultBindHandler,
BindConstructorProvider constructorProvider)
Create a new
Binder instance for the specified sources. |
Binder(Iterable<ConfigurationPropertySource> sources,
PlaceholdersResolver placeholdersResolver,
List<ConversionService> conversionServices,
Consumer<PropertyEditorRegistry> propertyEditorInitializer,
BindHandler defaultBindHandler,
BindConstructorProvider constructorProvider)
Create a new
Binder instance for the specified sources. |