Package | Description |
---|---|
org.springframework.beans.factory.support |
Classes supporting the
org.springframework.beans.factory package. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractBeanDefinition.prepareMethodOverride(MethodOverride mo)
Validate and prepare the given method override.
|
void |
AbstractBeanDefinition.prepareMethodOverrides()
Validate and prepare the method overrides defined for this bean.
|
void |
ChildBeanDefinition.validate() |
void |
AbstractBeanDefinition.validate()
Validate this bean definition.
|