Package net.bytebuddy.implementation
Interface FieldAccessor.FieldLocation.Prepared
- All Known Implementing Classes:
FieldAccessor.FieldLocation.Absolute
,FieldAccessor.FieldLocation.Relative.Prepared
- Enclosing interface:
FieldAccessor.FieldLocation
public static interface FieldAccessor.FieldLocation.Prepared
A prepared field location.
-
Method Summary
Modifier and TypeMethodDescriptionresolve
(MethodDescription instrumentedMethod) Resolves the field description to use.
-
Method Details
-
resolve
Resolves the field description to use.- Parameters:
instrumentedMethod
- The instrumented method.- Returns:
- The resolved field description.
-