public static interface Advice.Dispatcher.SuppressionHandler
Modifier and Type | Interface and Description |
---|---|
static interface |
Advice.Dispatcher.SuppressionHandler.Bound
A bound version of a suppression handler that must not be reused.
|
static class |
Advice.Dispatcher.SuppressionHandler.NoOp
A non-operational suppression handler that does not suppress any method.
|
static interface |
Advice.Dispatcher.SuppressionHandler.ReturnValueProducer
A producer for a default return value if this is applicable.
|
static class |
Advice.Dispatcher.SuppressionHandler.Suppressing
A suppression handler that suppresses a given throwable type.
|
Modifier and Type | Method and Description |
---|---|
Advice.Dispatcher.SuppressionHandler.Bound |
bind()
Binds the suppression handler for instrumenting a specific method.
|
Advice.Dispatcher.SuppressionHandler.Bound bind()
Copyright © 2014–2016. All rights reserved.