| 程序包 | 说明 |
|---|---|
| org.springframework.core.env |
Spring's environment abstraction consisting of bean definition
profile and hierarchical property source support.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AbstractEnvironment.validateRequiredProperties() |
void |
ConfigurablePropertyResolver.validateRequiredProperties()
Validate that each of the properties specified by
ConfigurablePropertyResolver.setRequiredProperties(java.lang.String...) is present and resolves to a
non-null value. |