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