Class Pipe.Binder.Redirection.MethodCall

    • Field Detail

      • redirectedMethod

        private final MethodDescription redirectedMethod
        The method that is invoked by the implemented method.
      • assigner

        private final Assigner assigner
        The assigner to be used for invoking the forwarded method.
    • Constructor Detail

      • MethodCall

        private MethodCall​(MethodDescription redirectedMethod,
                           Assigner assigner)
        Creates a new method call implementation.
        Parameters:
        redirectedMethod - The method that is invoked by the implemented method.
        assigner - The assigner to be used for invoking the forwarded method.