protected static interface MethodCall.MethodInvoker
MethodCall.| Modifier and Type | Interface and Description | 
|---|---|
| static class  | MethodCall.MethodInvoker.ForContextualInvocationApplies a contextual invocation of the provided method, i.e. | 
| static class  | MethodCall.MethodInvoker.ForDefaultMethodInvocationInvokes a method as a Java 8 default method. | 
| static class  | MethodCall.MethodInvoker.ForSuperMethodInvocationApplies a super method invocation of the provided method. | 
| static class  | MethodCall.MethodInvoker.ForVirtualInvocationApplies a virtual invocation on a given type. | 
| Modifier and Type | Method and Description | 
|---|---|
| StackManipulation | invoke(MethodDescription methodDescription,
      Implementation.Target implementationTarget)Invokes the method. | 
StackManipulation invoke(MethodDescription methodDescription, Implementation.Target implementationTarget)
methodDescription - The method to be invoked.implementationTarget - The implementation target of the instrumented instance.Copyright © 2014–2016. All rights reserved.