public static interface MemberSubstitution.Replacement.Factory
Modifier and Type | Interface and Description |
---|---|
static class |
MemberSubstitution.Replacement.Factory.Compound
A compound factory.
|
Modifier and Type | Method and Description |
---|---|
MemberSubstitution.Replacement |
make(TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
TypePool typePool)
Creates a replacement for an instrumented method.
|
MemberSubstitution.Replacement make(TypeDescription instrumentedType, MethodDescription instrumentedMethod, TypePool typePool)
instrumentedType
- The instrumented type.instrumentedMethod
- The instrumented method.typePool
- The type pool being used within the member substitution being applied.Copyright © 2014–2018. All rights reserved.