程序包 infra.aop

类 ClassFilter.IntersectionClassFilter

java.lang.Object
infra.aop.ClassFilter.IntersectionClassFilter
所有已实现的接口:
ClassFilter, Serializable
封闭接口:
ClassFilter

public static class ClassFilter.IntersectionClassFilter extends Object implements ClassFilter, Serializable
ClassFilter implementation for an intersection of the given ClassFilter.
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • filters

      private final ClassFilter[] filters
  • 构造器详细资料

    • IntersectionClassFilter

      private IntersectionClassFilter(ClassFilter[] filters)
  • 方法详细资料

    • matches

      public boolean matches(Class<?> clazz)
      从接口复制的说明: ClassFilter
      Should 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

      public boolean equals(Object other)
      覆盖:
      equals 在类中 Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object