public static interface Advice.OffsetMapping.Context
Advice.OffsetMapping
.Modifier and Type | Interface and Description |
---|---|
static class |
Advice.OffsetMapping.Context.ForMethodEntry
A context for an offset mapping describing a method entry.
|
static class |
Advice.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–2017. All rights reserved.