| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectnet.sf.cglib.core.DefaultGeneratorStrategyField Summary | |
static DefaultGeneratorStrategy | |
Method Summary | |
byte[] |
|
public byte[] generate(ClassGenerator cg) throws Exception
Generate the class.
- Specified by:
- generate in interface GeneratorStrategy
- Parameters:
cg- a class generator on which you can callClassGenerator.generateClass(ClassVisitor)
- Returns:
- a byte array containing the bits of a valid Class