public class Transformer extends Object implements ClassFileTransformer
| Constructor and Description |
|---|
Transformer() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
transform(ClassLoader loader,
String classPath,
Class<?> classBeingRedefined,
ProtectionDomain protectionDomain,
byte[] classfileBuffer) |
public byte[] transform(ClassLoader loader, String classPath, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer) throws IllegalClassFormatException
transform in interface ClassFileTransformerIllegalClassFormatExceptionCopyright © 2016. All rights reserved.