public class SimpleInterfaceMatcher extends Object implements ClassMatcher
| 构造器和说明 |
|---|
SimpleInterfaceMatcher(Collection<String> interfaces) |
SimpleInterfaceMatcher(String... interfaces) |
public SimpleInterfaceMatcher(String... interfaces)
public SimpleInterfaceMatcher(Collection<String> interfaces)
public boolean match(ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer)
match 在接口中 ClassMatcherCopyright © 2018–2023. All rights reserved.