public interface ClassMatcher
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
match(ClassLoader loader,
String className,
Class<?> classBeingRedefined,
ProtectionDomain protectionDomain,
byte[] classfileBuffer) |
boolean match(ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer)
Copyright © 2018–2023. All rights reserved.