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.Location
A location of a field.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
MethodCall.TargetHandler.ForField.Location.ForExplicitField
An explicit field location.static class
MethodCall.TargetHandler.ForField.Location.ForImplicitField
An implicit field location.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FieldDescription
resolve(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.
-
-