See: Description
Interface | Description |
---|---|
ConfigurationPropertyCaching |
Interface that can be used to control configuration property source caches.
|
ConfigurationPropertySource |
A source of
ConfigurationProperties . |
IterableConfigurationPropertySource |
A
ConfigurationPropertySource with a fully Iterable set of entries. |
Class | Description |
---|---|
ConfigurationProperty |
A single configuration property obtained from a
ConfigurationPropertySource
consisting of a name , value and optional
origin . |
ConfigurationPropertyName |
A configuration property name composed of elements separated by dots.
|
ConfigurationPropertyNameAliases |
Maintains a mapping of
ConfigurationPropertyName aliases. |
ConfigurationPropertySources |
Provides access to
ConfigurationPropertySources . |
MapConfigurationPropertySource |
A
ConfigurationPropertySource backed by a Map and using standard name
mapping rules. |
UnboundElementsSourceFilter |
Function used to determine if a
ConfigurationPropertySource should be included
when determining unbound elements. |
Enum | Description |
---|---|
ConfigurationPropertyName.Form |
The various forms that a non-indexed element value can take.
|
ConfigurationPropertyState |
The state of content from a
ConfigurationPropertySource . |
Exception | Description |
---|---|
InvalidConfigurationPropertyNameException |
Exception thrown when
ConfigurationPropertyName has invalid characters. |
InvalidConfigurationPropertyValueException |
Exception thrown when a configuration property value is invalid.
|
ConfigurationPropertySource