Uses of Interface
net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredFields.FieldVisitorWrapper
Packages that use AsmVisitorWrapper.ForDeclaredFields.FieldVisitorWrapper
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of AsmVisitorWrapper.ForDeclaredFields.FieldVisitorWrapper in net.bytebuddy.asm
Classes in net.bytebuddy.asm that implement AsmVisitorWrapper.ForDeclaredFields.FieldVisitorWrapperModifier and TypeClassDescriptionprotected static class
An entry describing a field visitor wrapper paired with a matcher for fields to be wrapped.static class
A visitor that adds attributes to a field.Fields in net.bytebuddy.asm with type parameters of type AsmVisitorWrapper.ForDeclaredFields.FieldVisitorWrapperModifier and TypeFieldDescriptionprivate final List<? extends AsmVisitorWrapper.ForDeclaredFields.FieldVisitorWrapper>
AsmVisitorWrapper.ForDeclaredFields.Entry.fieldVisitorWrappers
The field visitor wrapper to be applied if the given matcher is matched.Methods in net.bytebuddy.asm with parameters of type AsmVisitorWrapper.ForDeclaredFields.FieldVisitorWrapperModifier and TypeMethodDescriptionAsmVisitorWrapper.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.Method parameters in net.bytebuddy.asm with type arguments of type AsmVisitorWrapper.ForDeclaredFields.FieldVisitorWrapperModifier 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.Constructor parameters in net.bytebuddy.asm with type arguments of type AsmVisitorWrapper.ForDeclaredFields.FieldVisitorWrapperModifierConstructorDescriptionprotected
Entry
(ElementMatcher<? super FieldDescription.InDefinedShape> matcher, List<? extends AsmVisitorWrapper.ForDeclaredFields.FieldVisitorWrapper> fieldVisitorWrappers) Creates a new entry.