| 程序包 | 说明 |
|---|---|
| org.springframework.core.env |
Spring's environment abstraction consisting of bean definition
profile and hierarchical property source support.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
MutablePropertySources
The default implementation of the
PropertySources interface. |
| 构造器和说明 |
|---|
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.
|