Class Morph.Binder.RedirectionProxy.MethodCall

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

@Enhance protected static class Morph.Binder.RedirectionProxy.MethodCall extends Object implements Implementation
Implements a the method call of the morphing method.
  • Field Details

    • accessorMethod

      private final MethodDescription accessorMethod
      The accessor method to invoke from the proxy's method.
    • assigner

      private final Assigner assigner
      The assigner to be used.
  • Constructor Details

    • MethodCall

      protected MethodCall(MethodDescription accessorMethod, Assigner assigner)
      Creates a new method call implementation for a proxy method.
      Parameters:
      accessorMethod - The accessor method to invoke from the proxy's method.
      assigner - The assigner to be used.
  • Method Details