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 interfaceA method size handler for an advice method.static interfaceA method size handler for the instrumented method.Classes in net.bytebuddy.asm that implement Advice.MethodSizeHandlerModifier and TypeClassDescriptionstatic classA default implementation for a method size handler.protected classA method size handler for an advice method.protected static classA method size handler that expects that the original arguments were copied.protected static classA method size handler that expects that the original arguments are retained.static enumA non-operational method size handler.