Uses of Interface
net.bytebuddy.asm.MemberSubstitution.Substitution.Chain.Step
Packages that use MemberSubstitution.Substitution.Chain.Step
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of MemberSubstitution.Substitution.Chain.Step in net.bytebuddy.asm
Classes in net.bytebuddy.asm that implement MemberSubstitution.Substitution.Chain.StepModifier and TypeClassDescriptionstatic class
A simple substitution step within a substitution chain.Fields in net.bytebuddy.asm with type parameters of type MemberSubstitution.Substitution.Chain.StepModifier and TypeFieldDescriptionprivate final List<MemberSubstitution.Substitution.Chain.Step>
MemberSubstitution.Substitution.Chain.steps
The substitution steps to apply.Methods in net.bytebuddy.asm that return MemberSubstitution.Substitution.Chain.StepModifier and TypeMethodDescriptionMemberSubstitution.Substitution.Chain.Step.Factory.make
(Assigner assigner, Assigner.Typing typing, TypeDescription instrumentedType, MethodDescription instrumentedMethod) Creates a substitution step for an instrumented method.MemberSubstitution.Substitution.Chain.Step.Simple.make
(Assigner assigner, Assigner.Typing typing, TypeDescription instrumentedType, MethodDescription instrumentedMethod) Creates a substitution step for an instrumented method.Constructor parameters in net.bytebuddy.asm with type arguments of type MemberSubstitution.Substitution.Chain.StepModifierConstructorDescriptionprotected
Chain
(Assigner assigner, Assigner.Typing typing, List<MemberSubstitution.Substitution.Chain.Step> steps) Creates a new substitution chain.