| Package | Description |
|---|---|
| net.bytebuddy.agent.builder |
An agent builder is used to easily implement load-time class-transformations using a Java agent.
|
| Modifier and Type | Method and Description |
|---|---|
AgentBuilder.Listener.Resubmitting |
AgentBuilder.Listener.Resubmitting.filter(ElementMatcher<? super Throwable> matcher)
Narrows this type matcher to only be applied onto certain exceptions caused by the instrumentation process.
|
AgentBuilder.Listener.Resubmitting |
AgentBuilder.Listener.Resubmitting.with(AgentBuilder.RedefinitionStrategy.Listener redefinitionListener)
Applies the supplied redefinition listener additionally to any previously registered listeners.
|
Copyright © 2014–2017. All rights reserved.