Uses of Class
net.bytebuddy.agent.builder.AgentBuilder.Listener.Adapter
-
Packages that use AgentBuilder.Listener.Adapter Package Description net.bytebuddy.agent.builder An agent builder is used to easily implement load-time class-transformations using a Java agent. -
-
Uses of AgentBuilder.Listener.Adapter in net.bytebuddy.agent.builder
Subclasses of AgentBuilder.Listener.Adapter in net.bytebuddy.agent.builder Modifier and Type Class Description static classAgentBuilder.Listener.ModuleReadEdgeCompletingA listener that adds read-edges to any module of an instrumented class upon its transformation and opens the class's package to the module.static classAgentBuilder.Listener.WithErrorsOnlyA listener that only delegates events if they are failed transformations.static classAgentBuilder.Listener.WithTransformationsOnlyA listener that only delegates events if they are successful or failed transformations.protected static classAgentBuilder.RedefinitionStrategy.ResubmissionStrategy.Enabled.ResubmissionListenerA listener that registers types for resubmission that failed during transformations.
-