Uses of Class
net.bytebuddy.asm.ModifierAdjustment.ModifierAdjustingClassVisitor
Packages that use ModifierAdjustment.ModifierAdjustingClassVisitor
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of ModifierAdjustment.ModifierAdjustingClassVisitor in net.bytebuddy.asm
Methods in net.bytebuddy.asm that return ModifierAdjustment.ModifierAdjustingClassVisitorModifier and TypeMethodDescriptionModifierAdjustment.wrap
(TypeDescription instrumentedType, org.objectweb.asm.ClassVisitor classVisitor, Implementation.Context implementationContext, TypePool typePool, FieldList<FieldDescription.InDefinedShape> fields, MethodList<?> methods, int writerFlags, int readerFlags) Applies aClassVisitorWrapper
to the creation of aDynamicType
.