Package net.bytebuddy.agent.builder
Class AgentBuilderUtil
java.lang.Object
net.bytebuddy.agent.builder.AgentBuilderUtil
This class is in byte buddy package to get access to package private members and types.
-
Method Summary
Modifier and TypeMethodDescriptionstatic net.bytebuddy.agent.builder.AgentBuilderoptimize(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.
-
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.
-