| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 MethodReplacer| Method 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 MethodOverridemethod - the method to check
public String toString()
toString in class Objectpublic boolean equals(Object other)
equals in class MethodOverridepublic int hashCode()
hashCode in class MethodOverride| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||