public abstract class StaticMethodMatcherPointcut extends StaticMethodMatcher implements Pointcut
MethodMatcher
interface but subclasses will want to be pointcuts.
The "classFilter"
property can be set to customize
ClassFilter
behavior. The default is ClassFilter.TRUE
.
TRUE
Constructor and Description |
---|
StaticMethodMatcherPointcut() |
Modifier and Type | Method and Description |
---|---|
ClassFilter |
getClassFilter()
Return the ClassFilter for this pointcut.
|
MethodMatcher |
getMethodMatcher()
Return the MethodMatcher for this pointcut.
|
void |
setClassFilter(ClassFilter classFilter)
Set the
ClassFilter to use for this pointcut. |
isRuntime, matches
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
matches
public void setClassFilter(ClassFilter classFilter)
ClassFilter
to use for this pointcut.
Default is ClassFilter.TRUE
.public ClassFilter getClassFilter()
Pointcut
getClassFilter
in interface Pointcut
null
)public final MethodMatcher getMethodMatcher()
Pointcut
getMethodMatcher
in interface Pointcut
null
)