Interface MethodCall.TargetHandler.ForField.Location

All Known Implementing Classes:
MethodCall.TargetHandler.ForField.Location.ForExplicitField, MethodCall.TargetHandler.ForField.Location.ForImplicitField
Enclosing class:
MethodCall.TargetHandler.ForField

protected static interface MethodCall.TargetHandler.ForField.Location
A location of a field.
  • Method Details

    • resolve

      FieldDescription resolve(TypeDescription instrumentedType)
      Resolves the field to invoke the method upon.
      Parameters:
      instrumentedType - The instrumented type.
      Returns:
      The field to invoke the method upon.