Interface MethodCall.TargetHandler.Resolved

    • Method Detail

      • getTypeDescription

        TypeDescription getTypeDescription()
        Returns the target's type description.
        Returns:
        The target's type description.
      • toStackManipulation

        StackManipulation toStackManipulation​(MethodDescription invokedMethod,
                                              Assigner assigner,
                                              Assigner.Typing typing)
        Creates a stack manipulation to represent this resolved target handler.
        Parameters:
        invokedMethod - The invoked method.
        assigner - The assigner to use.
        typing - The typing to apply.
        Returns:
        A stack manipulation that implements this target handler.