@ParametersAreNonnullByDefault
public interface IBytecodeTransformer
ClassFileTransformer.| Modifier and Type | Method and Description |
|---|---|
byte[] |
transform(java.lang.String className,
byte[] bytecode,
boolean calculateStackMapFrames)
Transform the raw bytecode of all loaded classes.
|
byte[] transform(java.lang.String className,
byte[] bytecode,
boolean calculateStackMapFrames)
className - The name of the transformed classbytecode - The raw bytecode of the classcalculateStackMapFrames - If the stack map frames should be computed