| Package | Description | 
|---|---|
| org.springframework.boot.context.properties.bind | Support for  @ConfigurationPropertiesbinding. | 
| org.springframework.boot.context.properties.bind.validation | Binding validation support. | 
| org.springframework.boot.context.properties.source | Sources for external configuration properties. | 
| Modifier and Type | Method and Description | 
|---|---|
| ConfigurationProperty | BindContext. getConfigurationProperty()Return the  ConfigurationPropertyactually being bound ornullif
 the property has not yet been determined. | 
| ConfigurationProperty | BindException. getProperty()Return the configuration property name of the item that was being bound. | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<ConfigurationProperty> | UnboundConfigurationPropertiesException. getUnboundProperties() | 
| Constructor and Description | 
|---|
| UnboundConfigurationPropertiesException(Set<ConfigurationProperty> unboundProperties) | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<ConfigurationProperty> | ValidationErrors. getBoundProperties()Return the properties that were bound before validation failed. | 
| Modifier and Type | Method and Description | 
|---|---|
| ConfigurationProperty | MapConfigurationPropertySource. getConfigurationProperty(ConfigurationPropertyName name) | 
| ConfigurationProperty | ConfigurationPropertySource. getConfigurationProperty(ConfigurationPropertyName name)Return a single  ConfigurationPropertyfrom the source ornullif no
 property can be found. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | ConfigurationProperty. compareTo(ConfigurationProperty other) | 
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.