Package | Description |
---|---|
net.bytebuddy.asm |
The ASM package contains classes that are meant for direct interaction with the ASM API.
|
Modifier and Type | Class and Description |
---|---|
static class |
Advice.Dispatcher.Delegating
A dispatcher for an advice method that is being invoked from the instrumented method.
|
static class |
Advice.Dispatcher.Inactive
An implementation for inactive devise that does not write any byte code.
|
static class |
Advice.Dispatcher.Inlining
A dispatcher for an advice method that is being inlined into the instrumented method.
|
Copyright © 2014–2017. All rights reserved.