public interface AsmClassWriter
ClassVisitor that writes a class file.| Modifier and Type | Interface and Description |
|---|---|
static class |
AsmClassWriter.Default
A default implementation for ASM's
ClassWriter. |
static interface |
AsmClassWriter.Factory
A factory for creating an
AsmClassWriter. |
static class |
AsmClassWriter.FrameComputingClassWriter
A class writer that piggy-backs on Byte Buddy's
TypePool to avoid class loading or look-up errors when redefining a class. |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBinaryRepresentation()
Returns the binary representation of the created class file.
|
ClassVisitor |
getVisitor()
Returns the
ClassVisitor to use for writing the class file. |
ClassVisitor getVisitor()
ClassVisitor to use for writing the class file.byte[] getBinaryRepresentation()
Copyright © 2014–2024. All rights reserved.