Class MethodCall.TargetHandler.ForField.Location.ForImplicitField

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

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

    • name

      private final String name
      The name of the field.
    • fieldLocatorFactory

      private final FieldLocator.Factory fieldLocatorFactory
      The field locator factory to use.
  • Constructor Details

    • ForImplicitField

      protected ForImplicitField(String name, FieldLocator.Factory fieldLocatorFactory)
      Creates an implicit field location.
      Parameters:
      name - The name of the field.
      fieldLocatorFactory - The field locator factory to use.
  • Method Details