@ConfigurationProperties binding.See: Description
| Interface | Description | 
|---|---|
| BindContext | Context information for use by  BindHandlers. | 
| BindHandler | Callback interface that can be used to handle additional logic during element
  binding. | 
| PlaceholdersResolver | Optional strategy that used by a  Binderto resolve property placeholders. | 
| Class | Description | 
|---|---|
| AbstractBindHandler | Abstract base class for  BindHandlerimplementations. | 
| Bindable<T> | Source that can be bound by a  Binder. | 
| Binder | A container object which Binds objects from one or more
  ConfigurationPropertySources. | 
| BindResult<T> | A container object to return the result of a  Binderbind operation. | 
| PropertySourcesPlaceholdersResolver | PlaceholdersResolverto resolve placeholders fromPropertySources. | 
| Exception | Description | 
|---|---|
| BindException | Exception thrown when binding fails. | 
| UnboundConfigurationPropertiesException | BindExceptionthrown whenConfigurationPropertySourceelements were
 left unbound. | 
@ConfigurationProperties binding.Copyright © 2020 Pivotal Software, Inc.. All rights reserved.