Uses of Interface
net.bytebuddy.asm.Advice.MethodSizeHandler
-
Packages that use Advice.MethodSizeHandler Package Description net.bytebuddy.asm 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.asm Modifier and Type Interface Description static interfaceAdvice.MethodSizeHandler.ForAdviceA method size handler for an advice method.static interfaceAdvice.MethodSizeHandler.ForInstrumentedMethodA method size handler for the instrumented method.Classes in net.bytebuddy.asm that implement Advice.MethodSizeHandler Modifier and Type Class Description static classAdvice.MethodSizeHandler.DefaultA default implementation for a method size handler.protected classAdvice.MethodSizeHandler.Default.ForAdviceA method size handler for an advice method.protected static classAdvice.MethodSizeHandler.Default.WithCopiedArgumentsA method size handler that expects that the original arguments were copied.protected static classAdvice.MethodSizeHandler.Default.WithRetainedArgumentsA method size handler that expects that the original arguments are retained.static classAdvice.MethodSizeHandler.NoOpA non-operational method size handler.
-