public class ReplaceOverride extends MethodOverride
Any non-final method can be overridden, irrespective of its parameters and return types.
Constructor and Description |
---|
ReplaceOverride(String methodName,
String methodReplacerBeanName)
Construct a new ReplaceOverride.
|
Modifier and Type | Method and Description |
---|---|
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() |
getMethodName, getSource, isOverloaded, setOverloaded, setSource
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 checkpublic boolean equals(Object other)
equals
in class MethodOverride
public int hashCode()
hashCode
in class MethodOverride