@HashCodeAndEqualsPlugin.Enhance public static class FieldAccessor.FieldLocation.Absolute extends Object implements FieldAccessor.FieldLocation, FieldAccessor.FieldLocation.Prepared
FieldAccessor.FieldLocation.Absolute, FieldAccessor.FieldLocation.Prepared, FieldAccessor.FieldLocation.Relative| Modifier | Constructor and Description |
|---|---|
protected |
Absolute(FieldDescription fieldDescription)
Creates an absolute field location.
|
| Modifier and Type | Method and Description |
|---|---|
FieldAccessor.FieldLocation.Prepared |
prepare(TypeDescription instrumentedType)
A prepared field location.
|
FieldDescription |
resolve(MethodDescription instrumentedMethod)
Resolves the field description to use.
|
FieldAccessor.FieldLocation |
with(FieldLocator.Factory fieldLocatorFactory)
Specifies a field locator factory to use.
|
protected Absolute(FieldDescription fieldDescription)
fieldDescription - The field description.public FieldAccessor.FieldLocation with(FieldLocator.Factory fieldLocatorFactory)
with in interface FieldAccessor.FieldLocationfieldLocatorFactory - The field locator factory to use.public FieldAccessor.FieldLocation.Prepared prepare(TypeDescription instrumentedType)
prepare in interface FieldAccessor.FieldLocationinstrumentedType - The instrumented type.public FieldDescription resolve(MethodDescription instrumentedMethod)
resolve in interface FieldAccessor.FieldLocation.PreparedinstrumentedMethod - The instrumented method.Copyright © 2014–2024. All rights reserved.