public class DebugInstrumentationListener
extends net.bytebuddy.agent.builder.AgentBuilder.Listener.Adapter
net.bytebuddy.agent.builder.AgentBuilder.Listener.Adapter, net.bytebuddy.agent.builder.AgentBuilder.Listener.Compound, net.bytebuddy.agent.builder.AgentBuilder.Listener.Filtering, net.bytebuddy.agent.builder.AgentBuilder.Listener.ModuleReadEdgeCompleting, net.bytebuddy.agent.builder.AgentBuilder.Listener.NoOp, net.bytebuddy.agent.builder.AgentBuilder.Listener.StreamWriting, net.bytebuddy.agent.builder.AgentBuilder.Listener.WithErrorsOnly, net.bytebuddy.agent.builder.AgentBuilder.Listener.WithTransformationsOnly| Constructor and Description |
|---|
DebugInstrumentationListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onIgnored(net.bytebuddy.description.type.TypeDescription typeDescription,
java.lang.ClassLoader classLoader,
net.bytebuddy.utility.JavaModule module,
boolean loaded) |
void |
onTransformation(net.bytebuddy.description.type.TypeDescription typeDescription,
java.lang.ClassLoader classLoader,
net.bytebuddy.utility.JavaModule module,
boolean loaded,
net.bytebuddy.dynamic.DynamicType dynamicType) |
public void onTransformation(net.bytebuddy.description.type.TypeDescription typeDescription,
java.lang.ClassLoader classLoader,
net.bytebuddy.utility.JavaModule module,
boolean loaded,
net.bytebuddy.dynamic.DynamicType dynamicType)
onTransformation in interface net.bytebuddy.agent.builder.AgentBuilder.ListeneronTransformation in class net.bytebuddy.agent.builder.AgentBuilder.Listener.Adapterpublic void onIgnored(net.bytebuddy.description.type.TypeDescription typeDescription,
java.lang.ClassLoader classLoader,
net.bytebuddy.utility.JavaModule module,
boolean loaded)
onIgnored in interface net.bytebuddy.agent.builder.AgentBuilder.ListeneronIgnored in class net.bytebuddy.agent.builder.AgentBuilder.Listener.Adapter