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| 构造器和说明 |
|---|
StaticMethodMatcherPointcut() |
| 限定符和类型 | 方法和说明 |
|---|---|
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, waitmatchespublic void setClassFilter(ClassFilter classFilter)
ClassFilter to use for this pointcut.
Default is ClassFilter.TRUE.public ClassFilter getClassFilter()
PointcutgetClassFilter 在接口中 Pointcutnull)public final MethodMatcher getMethodMatcher()
PointcutgetMethodMatcher 在接口中 Pointcutnull)