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 classAdvice.Dispatcher.SuppressionHandler.NoOpA non-operational suppression handler that does not suppress any method.static classAdvice.Dispatcher.SuppressionHandler.SuppressingA 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.SuppressionHandlerAdvice.Dispatcher.Resolved.AbstractBase. suppressionHandlerThe suppression handler to use.Methods in net.bytebuddy.asm that return Advice.Dispatcher.SuppressionHandler Modifier and Type Method Description protected static Advice.Dispatcher.SuppressionHandlerAdvice.Dispatcher.SuppressionHandler.Suppressing. of(TypeDescription suppressedType)Resolves an appropriate suppression handler.
-