|
||||||||||
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 s)
Add a fragment of a class string, like "Exception" or "java.lang.Exc", to identify a parameter type |
String |
getMethodReplacerBeanName()
Return the name of the bean implementing MethodReplacer. |
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, isOverloaded, setOverloaded |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, 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 s)
s
- substring of class FQNpublic boolean matches(Method method)
MethodOverride
matches
in class MethodOverride
method
- the method to check
public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |