| 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,
org.springframework.core.convert.ConversionService conversionService,
Consumer<org.springframework.beans.PropertyEditorRegistry> propertyEditorInitializer,
BindHandler defaultBindHandler,
BindConstructorProvider constructorProvider)
Create a new
Binder instance for the specified sources. |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.