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