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 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.Classes in net.bytebuddy.asm that implement Advice.MethodSizeHandler Modifier and Type Class 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.
-