Class MethodCall.ArgumentLoader.ForInstrumentedType

java.lang.Object
net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForInstrumentedType
All Implemented Interfaces:
MethodCall.ArgumentLoader, MethodCall.ArgumentLoader.ArgumentProvider
Enclosing interface:
MethodCall.ArgumentLoader

@Enhance public static class MethodCall.ArgumentLoader.ForInstrumentedType extends Object implements MethodCall.ArgumentLoader, MethodCall.ArgumentLoader.ArgumentProvider
Loads the instrumented type onto the operand stack.
  • Field Details

    • instrumentedType

      private final TypeDescription instrumentedType
      The instrumented type.
  • Constructor Details

    • ForInstrumentedType

      public ForInstrumentedType(TypeDescription instrumentedType)
      Creates an argument loader for supporting the instrumented type as a type constant as an argument.
      Parameters:
      instrumentedType - The instrumented type.
  • Method Details