Uses of Interface
net.bytebuddy.asm.Advice.MethodSizeHandler
Packages that use Advice.MethodSizeHandler
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of Advice.MethodSizeHandler in net.bytebuddy.asm
Subinterfaces of Advice.MethodSizeHandler in net.bytebuddy.asmModifier and TypeInterfaceDescriptionstatic interface
A method size handler for an advice method.static interface
A method size handler for the instrumented method.Classes in net.bytebuddy.asm that implement Advice.MethodSizeHandlerModifier and TypeClassDescriptionstatic class
A default implementation for a method size handler.protected class
A method size handler for an advice method.protected static class
A method size handler that expects that the original arguments were copied.protected static class
A method size handler that expects that the original arguments are retained.static enum
A non-operational method size handler.