public class DefinalizingClassTransformer extends AbstractClassTransformer implements ClassFileTransformer
| Constructor and Description |
|---|
DefinalizingClassTransformer() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
transform(ClassLoader loader,
String className,
Class<?> classBeingRedefined,
ProtectionDomain protectionDomain,
byte[] classfileBuffer) |
resetPackagesToIgnore, setPackagesToIgnore, shouldIgnorepublic byte[] transform(ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer) throws IllegalClassFormatException
transform in interface ClassFileTransformerIllegalClassFormatExceptionCopyright © 2007–2016. All rights reserved.