public abstract class ClassMatcher
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
JAVA_LANG_OBJECT_INTERNAL_NAME |
Constructor and Description |
---|
ClassMatcher() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.Collection<java.lang.String> |
getClassNames() |
boolean |
isExactClassMatcher() |
abstract boolean |
isMatch(java.lang.Class<?> clazz)
Return true if the given class matches this rule.
|
abstract 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.
|
protected static final java.lang.String JAVA_LANG_OBJECT_INTERNAL_NAME
public abstract boolean isMatch(java.lang.ClassLoader loader, org.objectweb.asm.ClassReader cr)
public abstract boolean isMatch(java.lang.Class<?> clazz)
public abstract java.util.Collection<java.lang.String> getClassNames()
public boolean isExactClassMatcher()