| Package | Description | 
|---|---|
| org.springframework.boot.context.properties.source | 
 Sources for external configuration properties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default ConfigurationPropertyState | 
IterableConfigurationPropertySource.containsDescendantOf(ConfigurationPropertyName name)  | 
default ConfigurationPropertyState | 
ConfigurationPropertySource.containsDescendantOf(ConfigurationPropertyName name)
Returns if the source contains any descendants of the specified name. 
 | 
static ConfigurationPropertyState | 
ConfigurationPropertyState.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ConfigurationPropertyState[] | 
ConfigurationPropertyState.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 |