| 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<FieldRegistry.Default.Compiled.Entry> |
FieldRegistry.Default.Compiled.entries
The entries of this compiled field registry.
|
| Constructor and Description |
|---|
Compiled(TypeDescription instrumentedType,
java.util.List<FieldRegistry.Default.Compiled.Entry> entries)
Creates a new compiled field registry.
|