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 class
AgentBuilder.Default.Transformation.Compound
A compound transformation that applied several transformation in the given order and applies the first active transformation.static class
AgentBuilder.Default.Transformation.Ignored
A transformation that does not attempt to transform any type.static class
AgentBuilder.Default.Transformation.Simple
A simple, active transformation.Fields in net.bytebuddy.agent.builder declared as AgentBuilder.Default.Transformation Modifier and Type Field Description protected AgentBuilder.Default.Transformation
AgentBuilder.Default. transformation
The 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.
-