public static interface Advice.Dispatcher.OffsetMapping.Context
Advice.Dispatcher.OffsetMapping.| Modifier and Type | Interface and Description |
|---|---|
static class |
Advice.Dispatcher.OffsetMapping.Context.ForMethodEntry
A context for an offset mapping describing a method entry.
|
static class |
Advice.Dispatcher.OffsetMapping.Context.ForMethodExit
A context for an offset mapping describing a method exit.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getPadding()
Returns the padding before writing additional values that this context applies.
|
boolean |
isInitialized()
Returns
true if the advice is applied on a fully initialized instance, i.e. describes if the this
instance is available or still uninitialized during calling the advice. |
boolean isInitialized()
true if the advice is applied on a fully initialized instance, i.e. describes if the this
instance is available or still uninitialized during calling the advice.true if the advice is applied onto a fully initialized method.int getPadding()
Copyright © 2014–2016. All rights reserved.