| 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 |
|---|---|
protected static class |
Advice.ArgumentHandler.ForAdvice.ForMethodExit.Simple
A standard implementation of an argument handler for an exit advice.
|
protected static class |
Advice.ArgumentHandler.ForAdvice.ForMethodExit.WithCopiedArguments
An argument handler that copies all arguments after completing the enter advice such that no reassignments during the
executing of the instrumented method take effect.
|
Copyright © 2014–2018. All rights reserved.