@ParametersAreNonnullByDefault
@FunctionalInterface
public interface IPostTransformer
| Modifier and Type | Method and Description |
|---|---|
default byte[] |
replace(java.lang.String className,
byte[] bytecode)
Handle the name and bytecode of all transformed classes.
|
void |
transform(java.lang.String className,
byte[] bytecode)
Handle the name and bytecode of all transformed classes.
|
void transform(java.lang.String className,
byte[] bytecode)
className - The name of the classbytecode - The transformed bytecode of the class@Nullable
default byte[] replace(java.lang.String className,
byte[] bytecode)
null.className - The name of the classbytecode - The transformed bytecode of the class