Package | Description |
---|---|
org.springframework.beans.factory.support |
Classes supporting the
org.springframework.beans.factory package. |
Modifier and Type | Class and Description |
---|---|
class |
LookupOverride
Represents an override of a method that looks up an object in the same IoC context,
either by bean name or by bean type (based on the declared method return type).
|
class |
ReplaceOverride
Extension 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.
|