Uses of Class
org.springframework.core.env.MissingRequiredPropertiesException
Packages that use MissingRequiredPropertiesException
Package
Description
Spring's environment abstraction consisting of bean definition
profile and hierarchical property source support.
-
Uses of MissingRequiredPropertiesException in org.springframework.core.env
Methods in org.springframework.core.env that throw MissingRequiredPropertiesExceptionModifier and TypeMethodDescriptionvoidAbstractEnvironment.validateRequiredProperties()voidConfigurablePropertyResolver.validateRequiredProperties()Validate that each of the properties specified byConfigurablePropertyResolver.setRequiredProperties(java.lang.String...)is present and resolves to a non-nullvalue.