Interface MethodCall.MethodInvoker

    • Method Detail

      • toStackManipulation

        StackManipulation toStackManipulation​(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.