V
- The type of the matched target.public static interface MemberSubstitution.Substitution.Chain.Step.Factory<V extends MemberSubstitution.Target>
Modifier and Type | Method and Description |
---|---|
MemberSubstitution.Substitution.Chain.Step<V> |
make(Assigner assigner,
Assigner.Typing typing,
TypeDescription instrumentedType,
MethodDescription instrumentedMethod)
Creates a substitution step for an instrumented method.
|
MemberSubstitution.Substitution.Chain.Step<V> make(Assigner assigner, Assigner.Typing typing, TypeDescription instrumentedType, MethodDescription instrumentedMethod)
assigner
- The assigner to use.typing
- The typing to use.instrumentedType
- The instrumented type.instrumentedMethod
- The instrumented method.Copyright © 2014–2025. All rights reserved.