Package | Description |
---|---|
org.springframework.boot.context.properties.bind |
Support for
@ConfigurationProperties binding. |
Modifier and Type | Class and Description |
---|---|
class |
PropertySourcesPlaceholdersResolver
PlaceholdersResolver to resolve placeholders from PropertySources . |
Modifier and Type | Field and Description |
---|---|
static PlaceholdersResolver |
PlaceholdersResolver.NONE
No-op
PropertyResolver . |
Constructor and Description |
---|
Binder(Iterable<ConfigurationPropertySource> sources,
PlaceholdersResolver placeholdersResolver)
Create a new
Binder instance for the specified sources. |
Binder(Iterable<ConfigurationPropertySource> sources,
PlaceholdersResolver placeholdersResolver,
org.springframework.core.convert.ConversionService conversionService)
Create a new
Binder instance for the specified sources. |
Binder(Iterable<ConfigurationPropertySource> sources,
PlaceholdersResolver placeholdersResolver,
org.springframework.core.convert.ConversionService conversionService,
Consumer<org.springframework.beans.PropertyEditorRegistry> propertyEditorInitializer)
Create a new
Binder instance for the specified sources. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.