Package | Description |
---|---|
net.bytebuddy.asm |
The ASM package contains classes that are meant for direct interaction with the ASM API.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
Advice.MethodSizeHandler.ForAdvice
A method size handler for an advice method.
|
static interface |
Advice.MethodSizeHandler.ForInstrumentedMethod
A method size handler for the instrumented method.
|
Modifier and Type | Class and Description |
---|---|
static class |
Advice.MethodSizeHandler.Default
A default implementation for a method size handler.
|
protected class |
Advice.MethodSizeHandler.Default.ForAdvice
A method size handler for an advice method.
|
protected static class |
Advice.MethodSizeHandler.Default.WithCopiedArguments
A method size handler that expects that the original arguments were copied.
|
protected static class |
Advice.MethodSizeHandler.Default.WithRetainedArguments
A method size handler that expects that the original arguments are retained.
|
static class |
Advice.MethodSizeHandler.NoOp
A non-operational method size handler.
|
Copyright © 2014–2024. All rights reserved.