@HashCodeAndEqualsPlugin.Enhance protected static class MemberSubstitution.Substitution.Chain.Step.ForArgumentLoading.OfInstrumentedMethod extends Object implements MemberSubstitution.Substitution.Chain.Step.Factory
| Modifier | Constructor and Description | 
|---|---|
| protected  | OfInstrumentedMethod(int index)Creates a new factory for resolving an argument of the instrumented method. | 
| Modifier and Type | Method and Description | 
|---|---|
| MemberSubstitution.Substitution.Chain.Step | make(Assigner assigner,
    Assigner.Typing typing,
    TypeDescription instrumentedType,
    MethodDescription instrumentedMethod)Creates a substitution step for an instrumented method. | 
protected OfInstrumentedMethod(int index)
index - The index of the argument to load.public MemberSubstitution.Substitution.Chain.Step make(Assigner assigner, Assigner.Typing typing, TypeDescription instrumentedType, MethodDescription instrumentedMethod)
make in interface MemberSubstitution.Substitution.Chain.Step.Factoryassigner - The assigner to use.typing - The typing to use.instrumentedType - The instrumented type.instrumentedMethod - The instrumented method.Copyright © 2014–2025. All rights reserved.