类 DynamicMethodMatcherPointcut
java.lang.Object
infra.aop.support.DynamicMethodMatcher
infra.aop.support.DynamicMethodMatcherPointcut
- 所有已实现的接口:
MethodMatcher,Pointcut
Convenient superclass when we want to force subclasses to
implement MethodMatcher interface, but subclasses
will want to be pointcuts. The getClassFilter() method can
be overridden to customize ClassFilter behaviour as well.
- 从以下版本开始:
- 3.0
- 作者:
- Rod Johnson, TODAY 2021/2/4 12:25
-
嵌套类概要
从接口继承的嵌套类/接口 infra.aop.MethodMatcher
MethodMatcher.ClassFilterAwareUnionIntroductionAwareMethodMatcher, MethodMatcher.ClassFilterAwareUnionMethodMatcher, MethodMatcher.IntersectionIntroductionAwareMethodMatcher, MethodMatcher.IntersectionMethodMatcher, MethodMatcher.NegateMethodMatcher, MethodMatcher.UnionIntroductionAwareMethodMatcher, MethodMatcher.UnionMethodMatcher从接口继承的嵌套类/接口 infra.aop.Pointcut
Pointcut.GetterPointcut, Pointcut.SetterPointcut -
字段概要
从接口继承的字段 infra.aop.MethodMatcher
TRUE -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Return the ClassFilter for this pointcut.final MethodMatcherReturn the MethodMatcher for this pointcut.从类继承的方法 infra.aop.support.DynamicMethodMatcher
getTargetClass, isRuntime, matches从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 infra.aop.MethodMatcher
matches
-
构造器详细资料
-
DynamicMethodMatcherPointcut
public DynamicMethodMatcherPointcut()
-
-
方法详细资料
-
getClassFilter
从接口复制的说明:PointcutReturn the ClassFilter for this pointcut.- 指定者:
getClassFilter在接口中Pointcut- 返回:
- the ClassFilter (never
null)
-
getMethodMatcher
从接口复制的说明:PointcutReturn the MethodMatcher for this pointcut.- 指定者:
getMethodMatcher在接口中Pointcut- 返回:
- the MethodMatcher (never
null)
-