Interface MethodCall.MethodInvoker

    • Method Detail

      • invoke

        StackManipulation invoke​(MethodDescription invokedMethod,
                                 Implementation.Target implementationTarget)
        Invokes the method.
        Parameters:
        invokedMethod - The method to be invoked.
        implementationTarget - The implementation target of the instrumented instance.
        Returns:
        A stack manipulation that represents the method invocation.