Uses of Class
net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredFields
Packages that use AsmVisitorWrapper.ForDeclaredFields
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of AsmVisitorWrapper.ForDeclaredFields in net.bytebuddy.asm
Methods in net.bytebuddy.asm that return AsmVisitorWrapper.ForDeclaredFieldsModifier and TypeMethodDescriptionAsmVisitorWrapper.ForDeclaredFields.field
(ElementMatcher<? super FieldDescription.InDefinedShape> matcher, List<? extends AsmVisitorWrapper.ForDeclaredFields.FieldVisitorWrapper> fieldVisitorWrappers) Defines a new field visitor wrapper to be applied if the given field matcher is matched.AsmVisitorWrapper.ForDeclaredFields.field
(ElementMatcher<? super FieldDescription.InDefinedShape> matcher, AsmVisitorWrapper.ForDeclaredFields.FieldVisitorWrapper... fieldVisitorWrapper) Defines a new field visitor wrapper to be applied if the given field matcher is matched.