protected static interface MethodCall.TargetHandler.ForField.Location
Modifier and Type | Interface and Description |
---|---|
static class |
MethodCall.TargetHandler.ForField.Location.ForExplicitField
An explicit field location.
|
static class |
MethodCall.TargetHandler.ForField.Location.ForImplicitField
An implicit field location.
|
Modifier and Type | Method and Description |
---|---|
FieldDescription |
resolve(TypeDescription instrumentedType)
Resolves the field to invoke the method upon.
|
FieldDescription resolve(TypeDescription instrumentedType)
instrumentedType
- The instrumented type.Copyright © 2014–2020. All rights reserved.