Class MethodCall.TargetHandler.ForField.Location.ForExplicitField

java.lang.Object
net.bytebuddy.implementation.MethodCall.TargetHandler.ForField.Location.ForExplicitField
All Implemented Interfaces:
MethodCall.TargetHandler.ForField.Location
Enclosing interface:
MethodCall.TargetHandler.ForField.Location

@Enhance public static class MethodCall.TargetHandler.ForField.Location.ForExplicitField extends Object implements MethodCall.TargetHandler.ForField.Location
An explicit field location.
  • Field Details

    • fieldDescription

      private final FieldDescription fieldDescription
      The field to resolve.
  • Constructor Details

    • ForExplicitField

      protected ForExplicitField(FieldDescription fieldDescription)
      Creates an explicit field location.
      Parameters:
      fieldDescription - The field to resolve.
  • Method Details