类 StaticMethodMatcherPointcutAdvisor

java.lang.Object
infra.core.OrderedSupport
infra.aop.support.StaticMethodMatcher
infra.aop.support.StaticMethodMatcherPointcut
infra.aop.support.StaticMethodMatcherPointcutAdvisor
所有已实现的接口:
Advisor, MethodMatcher, Pointcut, PointcutAdvisor, infra.core.Ordered, Serializable

public abstract class StaticMethodMatcherPointcutAdvisor extends StaticMethodMatcherPointcut implements PointcutAdvisor, infra.core.Ordered, Serializable
Convenient base class for Advisors that are also static pointcuts. Serializable if Advice and subclass are.
从以下版本开始:
3.0
作者:
Rod Johnson, Juergen Hoeller, TODAY 2021/2/4 12:11
另请参阅:
  • 字段详细资料

    • advice

      private Advice advice
  • 构造器详细资料

    • StaticMethodMatcherPointcutAdvisor

      public StaticMethodMatcherPointcutAdvisor()
      Create a new StaticMethodMatcherPointcutAdvisor, expecting bean-style configuration.
      另请参阅:
    • StaticMethodMatcherPointcutAdvisor

      public StaticMethodMatcherPointcutAdvisor(Advice advice)
      Create a new StaticMethodMatcherPointcutAdvisor for the given advice.
      参数:
      advice - the Advice to use
  • 方法详细资料