static class |
Advice.OffsetMapping.ForAllArguments |
An offset mapping that maps an array containing all arguments of the instrumented method.
|
static class |
Advice.OffsetMapping.ForArgument |
An offset mapping for a given parameter of the instrumented method.
|
static class |
Advice.OffsetMapping.ForArgument.Resolved |
An offset mapping for a specific parameter of the instrumented method.
|
static class |
Advice.OffsetMapping.ForArgument.Unresolved |
An offset mapping for a parameter of the instrumented method with a specific index.
|
static class |
Advice.OffsetMapping.ForEnterValue |
An offset mapping that provides access to the value that is returned by the enter advice.
|
static class |
Advice.OffsetMapping.ForField |
An offset mapping for a field.
|
static class |
Advice.OffsetMapping.ForField.Resolved |
A binding for an offset mapping that represents a specific field.
|
static class |
Advice.OffsetMapping.ForField.Unresolved |
An offset mapping for a field that is resolved from the instrumented type by its name.
|
static class |
Advice.OffsetMapping.ForField.Unresolved.WithExplicitType |
An offset mapping for a field with an explicit declaring type.
|
static class |
Advice.OffsetMapping.ForField.Unresolved.WithImplicitType |
An offset mapping for a field with an implicit declaring type.
|
static class |
Advice.OffsetMapping.ForInstrumentedMethod |
Maps a constant representing the instrumented method.
|
static class |
Advice.OffsetMapping.ForInstrumentedType |
Maps the declaring type of the instrumented method.
|
static class |
Advice.OffsetMapping.ForOrigin |
|
static class |
Advice.OffsetMapping.ForReturnValue |
An offset mapping that provides access to the value that is returned by the instrumented method.
|
static class |
Advice.OffsetMapping.ForSerializedValue |
An offset mapping that loads a serialized value.
|
static class |
Advice.OffsetMapping.ForStackManipulation |
An offset mapping for binding a stack manipulation.
|
static class |
Advice.OffsetMapping.ForStubValue |
An offset mapping for a parameter where assignments are fully ignored and that is assigned a boxed version of the instrumented
method's return value or null if the return type is not primitive or void .
|
static class |
Advice.OffsetMapping.ForThisReference |
An offset mapping that provides access to the this reference of the instrumented method.
|
static class |
Advice.OffsetMapping.ForThrowable |
An offset mapping for accessing a Throwable of the instrumented method.
|
static class |
Advice.OffsetMapping.ForUnusedValue |
An offset mapping for a parameter where assignments are fully ignored and that always return the parameter type's default value.
|