| Package | Description |
|---|---|
| org.springframework.core.env |
Spring's environment abstraction consisting of bean definition
profile and hierarchical property source support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MutablePropertySources
The default implementation of the
PropertySources interface. |
| Constructor and Description |
|---|
MutablePropertySources(PropertySources propertySources)
Create a new
MutablePropertySources from the given propertySources
object, preserving the original order of contained PropertySource objects. |
PropertySourcesPropertyResolver(PropertySources propertySources)
Create a new resolver against the given property sources.
|