| java.lang.Object | |
| ↳ | org.springframework.beans.factory.support.MethodOverrides |
Set of method overrides, determining which, if any, methods on a managed object the Spring IoC container will override at runtime.
The currently supported MethodOverride variants are
LookupOverride and ReplaceOverride.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create new MethodOverrides.
| |||||||||||
Deep copy constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Add the given method override.
| |||||||||||
Copy all given method overrides into this object.
| |||||||||||
Return the override for the given method, if any.
| |||||||||||
Return all method overrides contained by this object.
| |||||||||||
Return whether the set of method overrides is empty.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Copy all given method overrides into this object.
Return the override for the given method, if any.
| method | method to check for overrides for |
|---|
null if none
Return all method overrides contained by this object.