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