|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.beans.factory.support.MethodOverride org.springframework.beans.factory.support.ReplaceOverride
public class ReplaceOverride
Extension of MethodOverride that represents an arbitrary override of a method by the IoC container.
Any non-final method can be overridden, irrespective of its parameters and return types.
Constructor Summary | |
---|---|
ReplaceOverride(String methodName,
String methodReplacerBeanName)
Construct a new ReplaceOverride. |
Method Summary | |
---|---|
void |
addTypeIdentifier(String identifier)
Add a fragment of a class string, like "Exception" or "java.lang.Exc", to identify a parameter type. |
boolean |
equals(Object other)
|
String |
getMethodReplacerBeanName()
Return the name of the bean implementing MethodReplacer. |
int |
hashCode()
|
boolean |
matches(Method method)
Subclasses must override this to indicate whether they match the given method. |
String |
toString()
|
Methods inherited from class org.springframework.beans.factory.support.MethodOverride |
---|
getMethodName, getSource, isOverloaded, setOverloaded, setSource |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ReplaceOverride(String methodName, String methodReplacerBeanName)
methodName
- the name of the method to overridemethodReplacerBeanName
- the bean name of the MethodReplacerMethod Detail |
---|
public String getMethodReplacerBeanName()
public void addTypeIdentifier(String identifier)
identifier
- a substring of the fully qualified class namepublic boolean matches(Method method)
MethodOverride
matches
in class MethodOverride
method
- the method to check
public String toString()
public boolean equals(Object other)
equals
in class MethodOverride
public int hashCode()
hashCode
in class MethodOverride
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |