| Package | Description |
|---|---|
| net.bytebuddy.dynamic.scaffold |
This package contains helper types and implementations that are responsible for the actual writing of a byte array
representing a Java class.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<MethodRegistry.Default.Entry> |
MethodRegistry.Default.entries
The list of currently registered entries in their application order.
|
| Constructor and Description |
|---|
Default(java.util.List<MethodRegistry.Default.Entry> entries)
Creates a new default method registry.
|