Class Pipe.Binder.RedirectionProxy.MethodCall

java.lang.Object
net.bytebuddy.implementation.bind.annotation.Pipe.Binder.RedirectionProxy.MethodCall
All Implemented Interfaces:
InstrumentedType.Prepareable, Implementation
Enclosing class:
Pipe.Binder.RedirectionProxy

@Enhance protected static class Pipe.Binder.RedirectionProxy.MethodCall extends Object implements Implementation
The implementation to implement a Pipe.Binder.RedirectionProxy's forwarding method.
  • Field Details

    • 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 Details

    • 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.
  • Method Details