| Package | Description | 
|---|---|
| org.springframework.boot.context.properties.bind | Support for  @ConfigurationPropertiesbinding. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PropertySourcesPlaceholdersResolverPlaceholdersResolverto resolve placeholders fromPropertySources. | 
| Modifier and Type | Field and Description | 
|---|---|
| static PlaceholdersResolver | PlaceholdersResolver. NONENo-op  PropertyResolver. | 
| Constructor and Description | 
|---|
| Binder(Iterable<ConfigurationPropertySource> sources,
      PlaceholdersResolver placeholdersResolver)Create a new  Binderinstance for the specified sources. | 
| Binder(Iterable<ConfigurationPropertySource> sources,
      PlaceholdersResolver placeholdersResolver,
      org.springframework.core.convert.ConversionService conversionService)Create a new  Binderinstance 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  Binderinstance for the specified sources. | 
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.