类 RootClassFilter
java.lang.Object
cn.taketoday.aop.support.RootClassFilter
- 所有已实现的接口:
ClassFilter,Serializable
Simple ClassFilter implementation that passes classes (and optionally subclasses).
- 从以下版本开始:
- 3.0
- 作者:
- Rod Johnson, Sam Brannen, TODAY 2021/2/3 23:45
- 另请参阅:
-
字段概要
从接口继承的字段 cn.taketoday.aop.ClassFilter
TRUE -
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
RootClassFilter
-
-
方法详细资料
-
matches
从接口复制的说明:ClassFilterShould the pointcut apply to the given interface or target class?- 指定者:
matches在接口中ClassFilter- 参数:
candidate- the candidate target class- 返回:
- whether the advice should apply to the given target class
-
equals
-
hashCode
public int hashCode() -
toString
-