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.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classAn explicit field location.static classAn implicit field location. -
Method Summary
Modifier and TypeMethodDescriptionresolve(TypeDescription instrumentedType) Resolves the field to invoke the method upon.
-
Method Details
-
resolve
Resolves the field to invoke the method upon.- Parameters:
instrumentedType- The instrumented type.- Returns:
- The field to invoke the method upon.
-