Uses of Interface
net.bytebuddy.asm.Advice.Dispatcher.SuppressionHandler
Packages that use Advice.Dispatcher.SuppressionHandler
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of Advice.Dispatcher.SuppressionHandler in net.bytebuddy.asm
Classes in net.bytebuddy.asm that implement Advice.Dispatcher.SuppressionHandlerModifier and TypeClassDescriptionstatic enum
A non-operational suppression handler that does not suppress any method.static class
A suppression handler that suppresses a given throwable type.Fields in net.bytebuddy.asm declared as Advice.Dispatcher.SuppressionHandlerModifier and TypeFieldDescriptionprotected final Advice.Dispatcher.SuppressionHandler
Advice.Dispatcher.Resolved.AbstractBase.suppressionHandler
The suppression handler to use.Methods in net.bytebuddy.asm that return Advice.Dispatcher.SuppressionHandlerModifier and TypeMethodDescriptionprotected static Advice.Dispatcher.SuppressionHandler
Advice.Dispatcher.SuppressionHandler.Suppressing.of
(TypeDescription suppressedType) Resolves an appropriate suppression handler.