| Package | Description | 
|---|---|
| org.springframework.core.env | Spring's environment abstraction consisting of bean definition
 profile and hierarchical property source support. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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-nullvalue. |