Class TypeProxy.MethodCall

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

@Enhance(includeSyntheticFields=true) protected class TypeProxy.MethodCall extends Object implements Implementation
An implementation for a method call of a TypeProxy.
  • Field Details

    • methodAccessorFactory

      private final MethodAccessorFactory methodAccessorFactory
      The method accessor factory to query for the super method invocation.
  • Constructor Details

    • MethodCall

      protected MethodCall(MethodAccessorFactory methodAccessorFactory)
      Creates a new method call implementation.
      Parameters:
      methodAccessorFactory - The method accessor factory to query for the super method invocation.
  • Method Details