Class AgentBuilder.Listener.WithTransformationsOnly

java.lang.Object
net.bytebuddy.agent.builder.AgentBuilder.Listener.Adapter
net.bytebuddy.agent.builder.AgentBuilder.Listener.WithTransformationsOnly
All Implemented Interfaces:
AgentBuilder.Listener
Enclosing interface:
AgentBuilder.Listener

@Enhance public static class AgentBuilder.Listener.WithTransformationsOnly extends AgentBuilder.Listener.Adapter
A listener that only delegates events if they are successful or failed transformations.
  • Field Details

  • Constructor Details

    • WithTransformationsOnly

      public WithTransformationsOnly(AgentBuilder.Listener delegate)
      Creates a new listener that only delegates events if they are successful or failed transformations.
      Parameters:
      delegate - The delegate listener.
  • Method Details