public static interface MethodCall.MethodLocator
MethodCall.| Modifier and Type | Interface and Description | 
|---|---|
| static class  | MethodCall.MethodLocator.ForExplicitMethodInvokes a given method. | 
| static class  | MethodCall.MethodLocator.ForInterceptedMethodA method locator that simply returns the intercepted method. | 
| Modifier and Type | Method and Description | 
|---|---|
| MethodDescription | resolve(MethodDescription instrumentedMethod)Resolves the method to be invoked. | 
MethodDescription resolve(MethodDescription instrumentedMethod)
instrumentedMethod - The method being instrumented.Copyright © 2014–2015. All rights reserved.