class InjectIntoClassloaderClassOutput extends Object implements io.quarkus.gizmo.ClassOutput
ClassOutput that is able to write the inject the bytecode directly into the classloader
The ClassLoader passed to the constructor MUST contain a public visibleDefineClass method
This ensures that generating proxies works in any JDK version| Constructor and Description |
|---|
InjectIntoClassloaderClassOutput(ClassLoader classLoader) |
InjectIntoClassloaderClassOutput(ClassLoader classLoader)
public void write(String name, byte[] data)
write in interface io.quarkus.gizmo.ClassOutputCopyright © 2021 JBoss by Red Hat. All rights reserved.