public static interface Implementation.Target.MethodLookup
Modifier and Type | Interface and Description |
---|---|
static class |
Implementation.Target.MethodLookup.Default
Default implementations of a
Implementation.Target.MethodLookup . |
Modifier and Type | Method and Description |
---|---|
MethodDescription |
resolve(MethodDescription methodDescription,
Map<String,MethodDescription> invokableMethods,
BridgeMethodResolver bridgeMethodResolver)
Resolves the target method that is actually invoked.
|
MethodDescription resolve(MethodDescription methodDescription, Map<String,MethodDescription> invokableMethods, BridgeMethodResolver bridgeMethodResolver)
methodDescription
- The method that is to be invoked specially.invokableMethods
- A map of all invokable methods on the instrumented type.bridgeMethodResolver
- The bridge method resolver for this type.Copyright © 2014–2015. All rights reserved.