Class MethodCall.ArgumentLoader.ForInstance.Factory

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

@Enhance protected static class MethodCall.ArgumentLoader.ForInstance.Factory extends Object implements MethodCall.ArgumentLoader.Factory
A factory that supplies the value of a static field as an argument.
  • Field Details

  • Constructor Details

    • Factory

      public Factory(Object value)
      Creates a factory that loads the value of a static field as an argument.
      Parameters:
      value - The value to supply as an argument.
  • Method Details