| Package | Description | 
|---|---|
| net.bytebuddy.asm | The ASM package contains classes that are meant for direct interaction with the ASM API. | 
| Modifier and Type | Method and Description | 
|---|---|
| ModifierAdjustment.ModifierAdjustingClassVisitor | ModifierAdjustment. wrap(TypeDescription instrumentedType,
    ClassVisitor classVisitor,
    Implementation.Context implementationContext,
    TypePool typePool,
    FieldList<FieldDescription.InDefinedShape> fields,
    MethodList<?> methods,
    int writerFlags,
    int readerFlags)Applies a  ClassVisitorWrapperto the creation of aDynamicType. | 
Copyright © 2014–2023. All rights reserved.