Package net.bytebuddy.implementation
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.LocationA location of a field.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMethodCall.TargetHandler.ForField.Location.ForExplicitFieldAn explicit field location.static classMethodCall.TargetHandler.ForField.Location.ForImplicitFieldAn implicit field location.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FieldDescriptionresolve(TypeDescription instrumentedType)Resolves the field to invoke the method upon.
-
-
-
Method Detail
-
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.
-
-