S - The type of the matched target.public static interface MemberSubstitution.Substitution.Factory<S extends MemberSubstitution.Target>
| Modifier and Type | Method and Description |
|---|---|
MemberSubstitution.Substitution<? super S> |
make(TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
TypePool typePool)
Creates a substitution for an instrumented method.
|
MemberSubstitution.Substitution<? super S> make(TypeDescription instrumentedType, MethodDescription instrumentedMethod, TypePool typePool)
instrumentedType - The instrumented type.instrumentedMethod - The instrumented method.typePool - The type pool being used.Copyright © 2014–2025. All rights reserved.