Package org.springframework.boot.context.properties.source
package org.springframework.boot.context.properties.source
Sources for external configuration properties.
- See Also:
-
ClassDescriptionA single configuration property obtained from a
ConfigurationPropertySource
consisting of aname
,value
and optionalorigin
.Interface that can be used to control configuration property source caches.A configuration property name composed of elements separated by dots.The various forms that a non-indexed element value can take.Maintains a mapping ofConfigurationPropertyName
aliases.A source ofConfigurationProperties
.Provides access toConfigurationPropertySources
.The state of content from aConfigurationPropertySource
.Exception thrown whenConfigurationPropertyName
has invalid characters.Exception thrown when a configuration property value is invalid.AConfigurationPropertySource
with a fullyIterable
set of entries.AConfigurationPropertySource
backed by aMap
and using standard name mapping rules.Exception thrown when more than one mutually exclusive configuration property has been configured.Function used to determine if aConfigurationPropertySource
should be included when determining unbound elements.