Class MethodCall.TargetHandler.ForMethodCall.Factory

java.lang.Object
net.bytebuddy.implementation.MethodCall.TargetHandler.ForMethodCall.Factory
All Implemented Interfaces:
InstrumentedType.Prepareable, MethodCall.TargetHandler.Factory
Enclosing class:
MethodCall.TargetHandler.ForMethodCall

@Enhance protected static class MethodCall.TargetHandler.ForMethodCall.Factory extends Object implements MethodCall.TargetHandler.Factory
Creates a factory for invoking a method on the return type of another method.
  • Field Details

    • methodCall

      private final MethodCall methodCall
      The method call to invoke.
  • Constructor Details

    • Factory

      public Factory(MethodCall methodCall)
      Creates a new factory for invoking another method call as a method target.
      Parameters:
      methodCall - The method call to invoke.
  • Method Details