public static interface MemberSubstitution.Substitution.Chain.Step.Factory
| 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.
|
MemberSubstitution.Substitution.Chain.Step 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–2020. All rights reserved.