Uses of Class
net.bytebuddy.asm.MemberSubstitution.Substitution.Chain.Factory
Packages that use MemberSubstitution.Substitution.Chain.Factory
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of MemberSubstitution.Substitution.Chain.Factory in net.bytebuddy.asm
Methods in net.bytebuddy.asm that return MemberSubstitution.Substitution.Chain.FactoryModifier and TypeMethodDescriptionMemberSubstitution.Substitution.Chain.Factory.executing
(List<? extends MemberSubstitution.Substitution.Chain.Step.Factory> steps) Appends the supplied steps to the substitution chain.MemberSubstitution.Substitution.Chain.Factory.executing
(MemberSubstitution.Substitution.Chain.Step.Factory... step) Appends the supplied steps to the substitution chain.MemberSubstitution.Substitution.Chain.with
(Assigner assigner, Assigner.Typing typing) Creates a new substitution chain.MemberSubstitution.Substitution.Chain.withDefaultAssigner()
Creates a new substitution chain that uses a default assigner and static typing.