程序包 infra.aop
类 ClassFilter.NegateClassFilter
java.lang.Object
infra.aop.ClassFilter.NegateClassFilter
- 所有已实现的接口:
ClassFilter,Serializable
- 封闭接口:
- ClassFilter
public static class ClassFilter.NegateClassFilter
extends Object
implements ClassFilter, Serializable
ClassFilter implementation for a logical negation of the given ClassFilter.
- 另请参阅:
-
嵌套类概要
从接口继承的嵌套类/接口 infra.aop.ClassFilter
ClassFilter.IntersectionClassFilter, ClassFilter.NegateClassFilter, ClassFilter.UnionClassFilter -
字段概要
字段从接口继承的字段 infra.aop.ClassFilter
TRUE -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
original
-
-
构造器详细资料
-
NegateClassFilter
-
-
方法详细资料
-
matches
从接口复制的说明:ClassFilterShould the pointcut apply to the given interface or target class?- 指定者:
matches在接口中ClassFilter- 参数:
clazz- the candidate target class- 返回:
- whether the advice should apply to the given target class
-
equals
-
hashCode
public int hashCode() -
toString
-