| Package | Description | 
|---|---|
| net.bytebuddy.asm | The ASM package contains classes that are meant for direct interaction with the ASM API. | 
| net.bytebuddy.build | A package for types that allow for applying Byte Buddy transformation during a build process. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | AsmVisitorWrapper.ForDeclaredFieldsAn ASM visitor wrapper that allows to wrap declared fields of the instrumented type with a  AsmVisitorWrapper.ForDeclaredFields.FieldVisitorWrapper. | 
| class  | MemberRemoval
 A visitor wrapper that removes fields or methods that match a given  ElementMatcher. | 
| class  | ModifierAdjustment
 A visitor wrapper that adjusts the modifiers of the instrumented type or its members. | 
| class  | TypeReferenceAdjustmentAdds an attribute value for all inner classes that are referenced by the instrumented type. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RenamingPluginA plugin that replaces names that are discovered in class files. | 
Copyright © 2014–2023. All rights reserved.