类 AbstractAspectJAdvice.AdviceExcludingMethodMatcher
java.lang.Object
infra.core.OrderedSupport
infra.aop.support.StaticMethodMatcher
infra.aop.aspectj.AbstractAspectJAdvice.AdviceExcludingMethodMatcher
- 所有已实现的接口:
MethodMatcher,infra.core.Ordered
MethodMatcher that excludes the specified advice method.
-
嵌套类概要
从接口继承的嵌套类/接口 infra.aop.MethodMatcher
MethodMatcher.ClassFilterAwareUnionIntroductionAwareMethodMatcher, MethodMatcher.ClassFilterAwareUnionMethodMatcher, MethodMatcher.IntersectionIntroductionAwareMethodMatcher, MethodMatcher.IntersectionMethodMatcher, MethodMatcher.NegateMethodMatcher, MethodMatcher.UnionIntroductionAwareMethodMatcher, MethodMatcher.UnionMethodMatcher -
字段概要
字段从类继承的字段 infra.core.OrderedSupport
order从接口继承的字段 infra.aop.MethodMatcher
TRUE从接口继承的字段 infra.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
构造器概要
构造器 -
方法概要
从类继承的方法 infra.aop.support.StaticMethodMatcher
isRuntime, matches从类继承的方法 infra.core.OrderedSupport
getOrder, setOrder
-
字段详细资料
-
adviceMethod
-
-
构造器详细资料
-
AdviceExcludingMethodMatcher
-
-
方法详细资料
-
matches
从接口复制的说明:MethodMatcherChecking whether the given method matches.- 参数:
method- the candidate methodtargetClass- the target class- 返回:
- whether or not this method matches on application startup.
-
equals
-
hashCode
public int hashCode() -
toString
-