Uses of Class
net.bytebuddy.agent.builder.AgentBuilder.Default.Transformation
-
Packages that use AgentBuilder.Default.Transformation 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.Default.Transformation in net.bytebuddy.agent.builder
Fields in net.bytebuddy.agent.builder with type parameters of type AgentBuilder.Default.Transformation Modifier and Type Field Description protected List<AgentBuilder.Default.Transformation>
AgentBuilder.Default. transformations
The transformation object for handling type transformations.
-