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.
| Modifier and Type | Field and Description |
|---|---|
private ClassFilter |
classFilter |
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, matchesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmatchesprivate ClassFilter classFilter
public void setClassFilter(ClassFilter classFilter)
ClassFilter to use for this pointcut.
Default is ClassFilter.TRUE.public ClassFilter getClassFilter()
PointcutgetClassFilter in interface Pointcutnull)public final MethodMatcher getMethodMatcher()
PointcutgetMethodMatcher in interface Pointcutnull)