public class AllClassesMatcher extends ClassMatcher
JAVA_LANG_OBJECT_INTERNAL_NAME| Constructor and Description |
|---|
AllClassesMatcher() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.String> |
getClassNames() |
boolean |
isMatch(java.lang.Class<?> clazz)
Return true if the given class matches this rule.
|
boolean |
isMatch(java.lang.ClassLoader loader,
org.objectweb.asm.ClassReader cr)
Returns true if the class bytes from the class reader definitely match this matcher.
|
isExactClassMatcherpublic boolean isMatch(java.lang.ClassLoader loader,
org.objectweb.asm.ClassReader cr)
ClassMatcherisMatch in class ClassMatcherpublic boolean isMatch(java.lang.Class<?> clazz)
ClassMatcherisMatch in class ClassMatcherpublic java.util.Collection<java.lang.String> getClassNames()
getClassNames in class ClassMatcher