protected static interface FieldAccessor.FieldLocation
Modifier and Type | Interface and Description |
---|---|
static class |
FieldAccessor.FieldLocation.Absolute
An absolute field description representing a previously resolved field.
|
static interface |
FieldAccessor.FieldLocation.Prepared
A prepared field location.
|
static class |
FieldAccessor.FieldLocation.Relative
A 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–2022. All rights reserved.