Uses of Class
net.bytebuddy.asm.AsmVisitorWrapper.AbstractBase
-
Packages that use AsmVisitorWrapper.AbstractBase 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. -
-
Uses of AsmVisitorWrapper.AbstractBase in net.bytebuddy.asm
Subclasses of AsmVisitorWrapper.AbstractBase in net.bytebuddy.asm Modifier and Type Class Description classAnnotationRemovalA visitor wrapper that removes annotations from the instrumented type.static classAsmVisitorWrapper.ForDeclaredFieldsAn ASM visitor wrapper that allows to wrap declared fields of the instrumented type with aAsmVisitorWrapper.ForDeclaredFields.FieldVisitorWrapper.classMemberRemovalA visitor wrapper that removes fields or methods that match a givenElementMatcher.classModifierAdjustmentA visitor wrapper that adjusts the modifiers of the instrumented type or its members.classTypeReferenceAdjustmentAdds an attribute value for all inner classes that are referenced by the instrumented type. -
Uses of AsmVisitorWrapper.AbstractBase in net.bytebuddy.build
Subclasses of AsmVisitorWrapper.AbstractBase in net.bytebuddy.build Modifier and Type Class Description classRenamingPluginA plugin that replaces names that are discovered in class files.
-