public interface CheckableBeanFactory
| Modifier and Type | Interface and Description |
|---|---|
static class |
CheckableBeanFactory.InvalidConfigurationException |
| Modifier and Type | Method and Description |
|---|---|
void |
checkForInvalidBeanDefinitions()
Checks whether this application context's configuration file(s) contain valid bean definitions.
|
void checkForInvalidBeanDefinitions()
throws CheckableBeanFactory.InvalidConfigurationException
CheckableBeanFactory.InvalidConfigurationException - if the configuration is not validCopyright © 2022. All Rights Reserved.