protected static interface FieldAccessor.FieldLocation
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | FieldAccessor.FieldLocation.AbsoluteAn absolute field description representing a previously resolved field. | 
| static interface  | FieldAccessor.FieldLocation.PreparedA prepared field location. | 
| static class  | FieldAccessor.FieldLocation.RelativeA relative field location where a field is located dynamically. | 
| Modifier and Type | Method and Description | 
|---|---|
| FieldAccessor.FieldLocation.Prepared | prepare(TypeDescription instrumentedType)A prepared field location. | 
| FieldAccessor.FieldLocation | with(FieldLocator.Factory fieldLocatorFactory)Specifies a field locator factory to use. | 
FieldAccessor.FieldLocation with(FieldLocator.Factory fieldLocatorFactory)
fieldLocatorFactory - The field locator factory to use.FieldAccessor.FieldLocation.Prepared prepare(TypeDescription instrumentedType)
instrumentedType - The instrumented type.Copyright © 2014–2025. All rights reserved.