public interface ClassMatcher
| Modifier and Type | Method and Description |
|---|---|
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–2021. All rights reserved.