类 StaticMethodMatcherPointcut

java.lang.Object
infra.core.OrderedSupport
infra.aop.support.StaticMethodMatcher
infra.aop.support.StaticMethodMatcherPointcut
所有已实现的接口:
MethodMatcher, Pointcut, infra.core.Ordered
直接已知子类:
AbstractRegexpMethodPointcut, NameMatchMethodPointcut, Pointcut.GetterPointcut, Pointcut.SetterPointcut, StaticMethodMatcherPointcutAdvisor

public abstract class StaticMethodMatcherPointcut extends StaticMethodMatcher implements Pointcut
Convenient superclass when we want to force subclasses to implement the MethodMatcher interface but subclasses will want to be pointcuts.

The "classFilter" property can be set to customize ClassFilter behavior. The default is ClassFilter.TRUE.

从以下版本开始:
3.0
作者:
Rod Johnson, Juergen Hoeller, TODAY 2021/2/1 18:34
  • 字段详细资料

  • 构造器详细资料

    • StaticMethodMatcherPointcut

      public StaticMethodMatcherPointcut()
  • 方法详细资料