public class SimpleInterfaceMatcher extends Object implements ClassMatcher
| Constructor and Description |
|---|
SimpleInterfaceMatcher(Collection<String> interfaces) |
SimpleInterfaceMatcher(String... interfaces) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(ClassLoader loader,
String className,
Class<?> classBeingRedefined,
ProtectionDomain protectionDomain,
byte[] classfileBuffer) |
public SimpleInterfaceMatcher(String... interfaces)
public SimpleInterfaceMatcher(Collection<String> interfaces)
public boolean match(ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer)
match in interface ClassMatcherCopyright © 2018–2021. All rights reserved.