接口 ClassFilter

    • 字段概要

      字段 
      修饰符和类型字段说明
      static ClassFilterTRUE
      Canonical instance of a ClassFilter that matches all classes.
    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型方法说明
      booleanmatches​(Class<?> clazz)
      Should the pointcut apply to the given interface or target class?
    • 字段详细资料

      • TRUE

        static final ClassFilter TRUE
        Canonical instance of a ClassFilter that matches all classes.
    • 方法详细资料

      • matches

        boolean matches​(Class<?> clazz)
        Should the pointcut apply to the given interface or target class?
        参数:
        clazz - the candidate target class
        返回:
        whether the advice should apply to the given target class