Package | Description |
---|---|
net.bytebuddy.asm |
The ASM package contains classes that are meant for direct interaction with the ASM API.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
protected Advice.Dispatcher.SuppressionHandler |
Advice.Dispatcher.Resolved.AbstractBase.suppressionHandler
The suppression handler to use.
|
Modifier and Type | Method and Description |
---|---|
protected static Advice.Dispatcher.SuppressionHandler |
Advice.Dispatcher.SuppressionHandler.Suppressing.of(TypeDescription suppressedType)
Resolves an appropriate suppression handler.
|
Copyright © 2014–2020. All rights reserved.