public static class Advice.Dispatcher.SuppressionHandler.Suppressing extends Object implements Advice.Dispatcher.SuppressionHandler
Modifier and Type | Class and Description |
---|---|
protected static class |
Advice.Dispatcher.SuppressionHandler.Suppressing.Bound
An active, bound suppression handler.
|
Advice.Dispatcher.SuppressionHandler.NoOp, Advice.Dispatcher.SuppressionHandler.ReturnValueProducer, Advice.Dispatcher.SuppressionHandler.Suppressing
Modifier | Constructor and Description |
---|---|
protected |
Suppressing(TypeDescription throwableType)
Creates a new suppressing suppression handler.
|
Modifier and Type | Method and Description |
---|---|
Advice.Dispatcher.SuppressionHandler.Bound |
bind()
Binds the suppression handler for instrumenting a specific method.
|
boolean |
equals(Object object) |
int |
hashCode() |
String |
toString() |
protected Suppressing(TypeDescription throwableType)
throwableType
- The suppressed throwable type.public Advice.Dispatcher.SuppressionHandler.Bound bind()
Advice.Dispatcher.SuppressionHandler
bind
in interface Advice.Dispatcher.SuppressionHandler
Copyright © 2014–2016. All rights reserved.