Class MethodCall.TargetHandler.ForValue.Factory

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

@Enhance protected static class MethodCall.TargetHandler.ForValue.Factory extends Object implements MethodCall.TargetHandler.Factory
A factory for a target handler that loads a specific value.
  • Field Details

  • Constructor Details

    • Factory

      protected Factory(Object target, TypeDescription.Generic fieldType)
      Creates a new target handler for a static field.
      Parameters:
      target - The target on which the method is to be invoked.
      fieldType - The type of the field.
  • Method Details