程序包 infra.aop
类 TruePointcut
java.lang.Object
infra.aop.TruePointcut
- 所有已实现的接口:
Pointcut,Serializable
Canonical Pointcut instance that always matches.
- 从以下版本开始:
- 3.0
- 作者:
- Rod Johnson, TODAY 2021/2/1 18:24
-
嵌套类概要
从接口继承的嵌套类/接口 infra.aop.Pointcut
Pointcut.GetterPointcut, Pointcut.SetterPointcut -
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
INSTANCE
-
-
构造器详细资料
-
TruePointcut
private TruePointcut()Enforce Singleton pattern.
-
-
方法详细资料
-
getClassFilter
从接口复制的说明:PointcutReturn the ClassFilter for this pointcut.- 指定者:
getClassFilter在接口中Pointcut- 返回:
- the ClassFilter (never
null)
-
getMethodMatcher
从接口复制的说明:PointcutReturn the MethodMatcher for this pointcut.- 指定者:
getMethodMatcher在接口中Pointcut- 返回:
- the MethodMatcher (never
null)
-
readResolve
Required to support serialization. Replaces with canonical instance on deserialization, protecting Singleton pattern. Alternative to overridingequals(). -
toString
-