Uses of Interface
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
Classes in net.bytebuddy.agent.builder that implement AgentBuilder.Default.Transformation Modifier and Type Class Description static classAgentBuilder.Default.Transformation.CompoundA compound transformation that applied several transformation in the given order and applies the first active transformation.static classAgentBuilder.Default.Transformation.IgnoredA transformation that does not attempt to transform any type.static classAgentBuilder.Default.Transformation.SimpleA simple, active transformation.Fields in net.bytebuddy.agent.builder declared as AgentBuilder.Default.Transformation Modifier and Type Field Description protected AgentBuilder.Default.TransformationAgentBuilder.Default. transformationThe transformation object for handling type transformations.Constructor parameters in net.bytebuddy.agent.builder with type arguments of type AgentBuilder.Default.Transformation Constructor Description Compound(java.util.List<? extends AgentBuilder.Default.Transformation> transformations)Creates a new compound transformation.
-