Uses of Class
net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredFields.Entry
Packages that use AsmVisitorWrapper.ForDeclaredFields.Entry
Package
Description
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.EntryModifier and TypeFieldDescriptionprivate final 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.EntryModifierConstructorDescriptionprotected
Creates a new visitor wrapper for declared fields.