Modifier and Type | Class and Description |
---|---|
public abstract static class | TypeWriter.Default<
The best known loaded type for the dynamically created type. S>A default implementation of a |
public static interface | TypeWriter.FieldPool
An field pool that allows a lookup for how to implement a field. |
public static interface | TypeWriter.MethodPool
An method pool that allows a lookup for how to implement a method. |
public static interface | TypeWriter.RecordComponentPool
An record component pool that allows a lookup for how to implement a record component. |
Modifier and Type | Field and Description |
---|---|
public static final String | DUMP_PROPERTY
A system property that indicates a folder for Byte Buddy to dump class files of all types that it creates. |
Modifier and Type | Method and Description |
---|---|
public DynamicType. | Returns: An unloaded dynamic type that describes the created type.The type resolution strategy to use. typeResolverCreates the dynamic type that is described by this type writer. |
public ContextClassVisitor | Returns: The supplied class visitor wrapped by this type writer.The class visitor to wrap. classVisitor, int The ASM writer flags to consider. writerFlags, int The ASM reader flags to consider. readerFlags)Wraps another ASM class visitor with a visitor that represents this ASM class writer. |