Uses of Class
net.bytebuddy.asm.AsmVisitorWrapper.AbstractBase
Packages that use AsmVisitorWrapper.AbstractBase
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of AsmVisitorWrapper.AbstractBase in net.bytebuddy.asm
Subclasses of AsmVisitorWrapper.AbstractBase in net.bytebuddy.asmModifier and TypeClassDescriptionstatic classAn ASM visitor wrapper that allows to wrap declared fields of the instrumented type with aAsmVisitorWrapper.ForDeclaredFields.FieldVisitorWrapper.classA visitor wrapper that removes fields or methods that match a givenElementMatcher.classA visitor wrapper that adjusts the modifiers of the instrumented type or its members.classAdds an attribute value for all inner classes that are referenced by the instrumented type.