类 DynamicMethodMatcherPointcut

java.lang.Object
infra.aop.support.DynamicMethodMatcher
infra.aop.support.DynamicMethodMatcherPointcut
所有已实现的接口:
MethodMatcher, Pointcut
直接已知子类:
InstantiationModelAwarePointcutAdvisorImpl.PerTargetInstantiationModelPointcut

public abstract class DynamicMethodMatcherPointcut extends DynamicMethodMatcher implements 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
  • 构造器详细资料

    • DynamicMethodMatcherPointcut

      public DynamicMethodMatcherPointcut()
  • 方法详细资料

    • getClassFilter

      public ClassFilter getClassFilter()
      从接口复制的说明: Pointcut
      Return the ClassFilter for this pointcut.
      指定者:
      getClassFilter 在接口中 Pointcut
      返回:
      the ClassFilter (never null)
    • getMethodMatcher

      public final MethodMatcher getMethodMatcher()
      从接口复制的说明: Pointcut
      Return the MethodMatcher for this pointcut.
      指定者:
      getMethodMatcher 在接口中 Pointcut
      返回:
      the MethodMatcher (never null)