Uses of Class
net.bytebuddy.asm.ModifierAdjustment.Adjustment
Packages that use ModifierAdjustment.Adjustment
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of ModifierAdjustment.Adjustment in net.bytebuddy.asm
Fields in net.bytebuddy.asm with type parameters of type ModifierAdjustment.AdjustmentModifier and TypeFieldDescriptionprivate final List
<ModifierAdjustment.Adjustment<FieldDescription.InDefinedShape>> ModifierAdjustment.fieldAdjustments
A list of adjustments to apply to the instrumented type's declared fields.private final List
<ModifierAdjustment.Adjustment<FieldDescription.InDefinedShape>> ModifierAdjustment.ModifierAdjustingClassVisitor.fieldAdjustments
A list of field modifier adjustments to apply.private final List
<ModifierAdjustment.Adjustment<MethodDescription>> ModifierAdjustment.methodAdjustments
A list of adjustments to apply to the instrumented type's methods.private final List
<ModifierAdjustment.Adjustment<MethodDescription>> ModifierAdjustment.ModifierAdjustingClassVisitor.methodAdjustments
A list of method modifier adjustments to apply.private final List
<ModifierAdjustment.Adjustment<TypeDescription>> ModifierAdjustment.ModifierAdjustingClassVisitor.typeAdjustments
A list of type modifier adjustments to apply.private final List
<ModifierAdjustment.Adjustment<TypeDescription>> ModifierAdjustment.typeAdjustments
A list of adjustments to apply to the instrumented type.Constructor parameters in net.bytebuddy.asm with type arguments of type ModifierAdjustment.AdjustmentModifierConstructorDescriptionprotected
ModifierAdjustingClassVisitor
(org.objectweb.asm.ClassVisitor classVisitor, List<ModifierAdjustment.Adjustment<TypeDescription>> typeAdjustments, List<ModifierAdjustment.Adjustment<FieldDescription.InDefinedShape>> fieldAdjustments, List<ModifierAdjustment.Adjustment<MethodDescription>> methodAdjustments, TypeDescription instrumentedType, Map<String, FieldDescription.InDefinedShape> fields, Map<String, MethodDescription> methods) Creates a new modifier adjusting visitor.protected
ModifierAdjustment
(List<ModifierAdjustment.Adjustment<TypeDescription>> typeAdjustments, List<ModifierAdjustment.Adjustment<FieldDescription.InDefinedShape>> fieldAdjustments, List<ModifierAdjustment.Adjustment<MethodDescription>> methodAdjustments) Creates a new modifier adjustment.