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 ClassesModifier and TypeInterfaceDescriptionstatic class
An explicit field location.static class
An 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.
-