public static interface MemberSubstitution.TypePoolResolver
TypePool for locating substituted members.| Modifier and Type | Interface and Description |
|---|---|
static class |
MemberSubstitution.TypePoolResolver.ForClassFileLocator
A type pool resolver that resolves the implicit pool but additionally checks another class file locator.
|
static class |
MemberSubstitution.TypePoolResolver.ForExplicitPool
A type pool resolver that returns a specific type pool.
|
static class |
MemberSubstitution.TypePoolResolver.OfImplicitPool
Returns the implicit type pool.
|
| Modifier and Type | Method and Description |
|---|---|
TypePool |
resolve(TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
TypePool typePool)
Resolves a type pool to use for locating substituted members.
|
TypePool resolve(TypeDescription instrumentedType, MethodDescription instrumentedMethod, TypePool typePool)
instrumentedType - The instrumented type.instrumentedMethod - The instrumented method.typePool - The type pool implicit to the instrumentation.Copyright © 2014–2025. All rights reserved.