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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FieldDescription
resolve(MethodDescription instrumentedMethod)
Resolves the field description to use.
-
-
-
Method Detail
-
resolve
FieldDescription resolve(MethodDescription instrumentedMethod)
Resolves the field description to use.- Parameters:
instrumentedMethod
- The instrumented method.- Returns:
- The resolved field description.
-
-