public class ClassDumperListener
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| Modifier and Type | Method and Description |
|---|---|
static ClassDumperListener |
instance() |
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 static ClassDumperListener instance()
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.Adapter