public interface ClassOutput
| Modifier and Type | Method and Description |
|---|---|
void |
writeClass(boolean applicationClass,
String className,
byte[] data)
Writes some generate bytecode to an output target
|
void |
writeResource(String name,
byte[] data) |
default Writer |
writeSource(String className) |
void writeClass(boolean applicationClass,
String className,
byte[] data)
throws IOException
className - The class namedata - The bytecode bytesIOException - If the class cannot be writtenvoid writeResource(String name, byte[] data) throws IOException
IOExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.