| Package | Description |
|---|---|
| net.bytebuddy.asm |
The ASM package contains classes that are meant for direct interaction with the ASM API.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<AsmVisitorWrapper.ForDeclaredFields.Entry> |
AsmVisitorWrapper.ForDeclaredFields.entries
The list of entries that describe matched fields in their application order.
|
| Constructor and Description |
|---|
ForDeclaredFields(java.util.List<AsmVisitorWrapper.ForDeclaredFields.Entry> entries)
Creates a new visitor wrapper for declared fields.
|