Class AgentBuilderUtil

java.lang.Object
net.bytebuddy.agent.builder.AgentBuilderUtil

public class AgentBuilderUtil extends Object
This class is in byte buddy package to get access to package private members and types.
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.bytebuddy.agent.builder.AgentBuilder
    optimize(net.bytebuddy.agent.builder.AgentBuilder agentBuilder)
    Replaces byte buddy transformer list with a proxy that does not return the transformers that we know are not going to match for currently transformed class.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • optimize

      public static net.bytebuddy.agent.builder.AgentBuilder optimize(net.bytebuddy.agent.builder.AgentBuilder agentBuilder)
      Replaces byte buddy transformer list with a proxy that does not return the transformers that we know are not going to match for currently transformed class.