程序包 infra.aop
类 MethodMatcher.ClassFilterAwareUnionMethodMatcher
java.lang.Object
infra.aop.MethodMatcher.UnionMethodMatcher
infra.aop.MethodMatcher.ClassFilterAwareUnionMethodMatcher
- 所有已实现的接口:
MethodMatcher,Serializable
- 封闭接口:
- MethodMatcher
public static class MethodMatcher.ClassFilterAwareUnionMethodMatcher
extends MethodMatcher.UnionMethodMatcher
MethodMatcher implementation for a union of two given MethodMatchers,
supporting an associated ClassFilter per MethodMatcher.
- 另请参阅:
-
嵌套类概要
从接口继承的嵌套类/接口 infra.aop.MethodMatcher
MethodMatcher.ClassFilterAwareUnionIntroductionAwareMethodMatcher, MethodMatcher.ClassFilterAwareUnionMethodMatcher, MethodMatcher.IntersectionIntroductionAwareMethodMatcher, MethodMatcher.IntersectionMethodMatcher, MethodMatcher.NegateMethodMatcher, MethodMatcher.UnionIntroductionAwareMethodMatcher, MethodMatcher.UnionMethodMatcher -
字段概要
字段从类继承的字段 infra.aop.MethodMatcher.UnionMethodMatcher
mm1, mm2从接口继承的字段 infra.aop.MethodMatcher
TRUE -
构造器概要
构造器限定符构造器说明privateClassFilterAwareUnionMethodMatcher(MethodMatcher mm1, ClassFilter cf1, MethodMatcher mm2, ClassFilter cf2) -
方法概要
修饰符和类型方法说明booleaninthashCode()protected booleanmatchesClass1(Class<?> targetClass) protected booleanmatchesClass2(Class<?> targetClass) toString()从类继承的方法 infra.aop.MethodMatcher.UnionMethodMatcher
isRuntime, matches, matches
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
cf1
-
cf2
-
-
构造器详细资料
-
ClassFilterAwareUnionMethodMatcher
private ClassFilterAwareUnionMethodMatcher(MethodMatcher mm1, ClassFilter cf1, MethodMatcher mm2, ClassFilter cf2)
-
-
方法详细资料
-
matchesClass1
-
matchesClass2
-
equals
-
hashCode
public int hashCode() -
toString
-