Uses of Class
net.bytebuddy.asm.Advice.StackMapFrameHandler.Default
Packages that use Advice.StackMapFrameHandler.Default
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of Advice.StackMapFrameHandler.Default in net.bytebuddy.asm
Subclasses of Advice.StackMapFrameHandler.Default in net.bytebuddy.asmModifier and TypeClassDescriptionprotected static classA trivial stack map frame handler that applies a trivial translation for the instrumented method's stack map frames.protected static classA stack map frame handler that requires the original arguments of the instrumented method to be preserved in their original form.protected static classA stack map frame handler that expects that an argument copy of the original method arguments was made.protected static classA stack map frame handler that expects that the original argument frames remain preserved throughout the original invocation.