Uses of Interface
net.bytebuddy.asm.Advice.Dispatcher.SuppressionHandler
-
Packages that use Advice.Dispatcher.SuppressionHandler Package Description net.bytebuddy.asm 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.SuppressionHandler Modifier and Type Class Description static class
Advice.Dispatcher.SuppressionHandler.NoOp
A non-operational suppression handler that does not suppress any method.static class
Advice.Dispatcher.SuppressionHandler.Suppressing
A suppression handler that suppresses a given throwable type.Fields in net.bytebuddy.asm declared as Advice.Dispatcher.SuppressionHandler Modifier and Type Field Description protected Advice.Dispatcher.SuppressionHandler
Advice.Dispatcher.Resolved.AbstractBase. suppressionHandler
The suppression handler to use.Methods in net.bytebuddy.asm that return Advice.Dispatcher.SuppressionHandler Modifier and Type Method Description protected static Advice.Dispatcher.SuppressionHandler
Advice.Dispatcher.SuppressionHandler.Suppressing. of(TypeDescription suppressedType)
Resolves an appropriate suppression handler.
-