类 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
- 另请参阅:
-
嵌套类概要
从接口继承的嵌套类/接口 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.core.OrderedSupport
order从接口继承的字段 infra.aop.Advisor
EMPTY_ADVICE从接口继承的字段 infra.aop.MethodMatcher
TRUE从接口继承的字段 infra.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
构造器概要
构造器构造器说明Create a new StaticMethodMatcherPointcutAdvisor, expecting bean-style configuration.Create a new StaticMethodMatcherPointcutAdvisor for the given advice. -
方法概要
从类继承的方法 infra.aop.support.StaticMethodMatcherPointcut
getClassFilter, getMethodMatcher, setClassFilter从类继承的方法 infra.aop.support.StaticMethodMatcher
isRuntime, matches从类继承的方法 infra.core.OrderedSupport
getOrder, setOrder从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 infra.aop.Advisor
isPerInstance从接口继承的方法 infra.aop.MethodMatcher
matches从接口继承的方法 infra.core.Ordered
getOrder
-
字段详细资料
-
advice
-
-
构造器详细资料
-
StaticMethodMatcherPointcutAdvisor
public StaticMethodMatcherPointcutAdvisor()Create a new StaticMethodMatcherPointcutAdvisor, expecting bean-style configuration. -
StaticMethodMatcherPointcutAdvisor
Create a new StaticMethodMatcherPointcutAdvisor for the given advice.- 参数:
advice- the Advice to use
-
-
方法详细资料
-
setAdvice
-
getAdvice
从接口复制的说明:AdvisorReturn the advice part of this aspect. An advice may be an interceptor, a before advice, a throws advice, etc. -
getPointcut
从接口复制的说明:PointcutAdvisorGet the Pointcut that drives this advisor.- 指定者:
getPointcut在接口中PointcutAdvisor
-