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 . |
Modifier and Type | Method and Description |
---|---|
PlaceholdersResolver |
BindContext.getPlaceholdersResolver()
Return the
PlaceholdersResolver being used by the binder. |
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. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.