| 程序包 | 说明 |
|---|---|
| org.springframework.core.env |
Spring's environment abstraction consisting of bean definition
profile and hierarchical property source support.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ConfigurableEnvironment
Configuration interface to be implemented by most if not all
Environment types. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractEnvironment
Abstract base class for
Environment implementations. |
class |
AbstractPropertyResolver
Abstract base class for resolving properties against any underlying source.
|
class |
PropertySourcesPropertyResolver
PropertyResolver implementation that resolves property values against
an underlying set of PropertySources. |
class |
StandardEnvironment
Environment implementation suitable for use in 'standard' (i.e. non-web)
applications. |