public interface BytecodeProcessor
Post-processes generated class bytes before they are written out.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public byte[] |
processBytecode(String name, byte[] original)Transforms the bytecode for a generated class. |
Transforms the bytecode for a generated class.
name - the class nameoriginal - the original class bytes