Class MethodCallProxy.MethodCall

java.lang.Object
net.bytebuddy.implementation.auxiliary.MethodCallProxy.MethodCall
All Implemented Interfaces:
InstrumentedType.Prepareable, Implementation
Enclosing class:
MethodCallProxy

@Enhance protected static class MethodCallProxy.MethodCall extends Object implements Implementation
An implementation for a method of a MethodCallProxy.
  • Field Details

    • accessorMethod

      private final MethodDescription accessorMethod
      The method that is accessed by the implemented method.
    • assigner

      private final Assigner assigner
      The assigner to be used for invoking the accessor method.
  • Constructor Details

    • MethodCall

      protected MethodCall(MethodDescription accessorMethod, Assigner assigner)
      Creates a new method call implementation.
      Parameters:
      accessorMethod - The method that is accessed by the implemented method.
      assigner - The assigner to be used for invoking the accessor method.
  • Method Details