@HashCodeAndEqualsPlugin.Enhance public static class MethodCall.MethodInvoker.ForDefaultMethodInvocation extends Object implements MethodCall.MethodInvoker
MethodCall.MethodInvoker.ForContextualInvocation, MethodCall.MethodInvoker.ForDefaultMethodInvocation, MethodCall.MethodInvoker.ForSuperMethodInvocation, MethodCall.MethodInvoker.ForVirtualInvocation| Modifier | Constructor and Description | 
|---|---|
| protected  | ForDefaultMethodInvocation(TypeDescription instrumentedType)Creates a new method invoker for a default method invocation. | 
| Modifier and Type | Method and Description | 
|---|---|
| StackManipulation | toStackManipulation(MethodDescription invokedMethod,
                   Implementation.Target implementationTarget)Invokes the method. | 
protected ForDefaultMethodInvocation(TypeDescription instrumentedType)
instrumentedType - The instrumented type.public StackManipulation toStackManipulation(MethodDescription invokedMethod, Implementation.Target implementationTarget)
toStackManipulation in interface MethodCall.MethodInvokerinvokedMethod - The method to be invoked.implementationTarget - The implementation target of the instrumented instance.Copyright © 2014–2024. All rights reserved.