public abstract class MethodFilter extends java.lang.Object
MethodMatcher
to see if
a Method
matches a particular (set of) requirements.Constructor and Description |
---|
MethodFilter() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
matchMethod(MethodSignature signature)
Analyzes the method (its name, its parameters, etc.) and returns true
if the method matches the filter defined by a subclass.
|
public MethodFilter()
public abstract boolean matchMethod(MethodSignature signature)