protected static interface MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher
Modifier and Type | Interface and Description |
---|---|
static interface |
MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Factory
A factory for creating a dispatcher.
|
static class |
MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.ForDynamicInvocation
A method dispatcher that is using a dynamic method invocation.
|
static class |
MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.ForRegularInvocation
A dispatcher that invokes a delegate method directly.
|
static interface |
MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Resolved
A dispatcher that has been resolved for a given instrumented type and method.
|
Modifier and Type | Method and Description |
---|---|
MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Resolved |
resolve(TypeDescription instrumentedType,
MethodDescription instrumentedMethod)
Resolves a dispatcher for a given instrumented type and method.
|
MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Resolved resolve(TypeDescription instrumentedType, MethodDescription instrumentedMethod)
instrumentedType
- The instrumented type.instrumentedMethod
- The instrumented method.Copyright © 2014–2023. All rights reserved.