private static class ClassFilters.IntersectionClassFilter extends java.lang.Object implements ClassFilter, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private ClassFilter[] |
filters |
TRUE| Constructor and Description |
|---|
IntersectionClassFilter(ClassFilter[] filters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
matches(java.lang.Class<?> clazz)
Should the pointcut apply to the given interface or target class?
|
private ClassFilter[] filters
public IntersectionClassFilter(ClassFilter[] filters)
public boolean matches(java.lang.Class<?> clazz)
ClassFiltermatches in interface ClassFilterclazz - the candidate target classpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object