| Package | Description | 
|---|---|
| org.springframework.beans.factory.support | Classes supporting the  org.springframework.beans.factorypackage. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LookupOverrideRepresents an override of a method that looks up an object in the same IoC context. | 
| class  | ReplaceOverrideExtension of MethodOverride that represents an arbitrary
 override of a method by the IoC container. | 
| Modifier and Type | Method and Description | 
|---|---|
| MethodOverride | MethodOverrides. getOverride(Method method)Return the override for the given method, if any. | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<MethodOverride> | MethodOverrides. getOverrides()Return all method overrides contained by this object. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MethodOverrides. addOverride(MethodOverride override)Add the given method override. | 
| protected void | AbstractBeanDefinition. prepareMethodOverride(MethodOverride mo)Validate and prepare the given method override. |