public interface IBytecodeTransformer
ClassFileTransformer.| Modifier and Type | Method and Description |
|---|---|
byte[] |
transform(java.lang.String className,
byte[] bytecode)
Transform the raw bytecode of all loaded classes.
|
byte[] transform(java.lang.String className,
byte[] bytecode)
className - The name of the transformed classbytecode - The raw bytecode of the class