Uses of Class
net.bytebuddy.build.maven.Transformation
-
Packages that use Transformation Package Description net.bytebuddy.build.maven A package containing classes for applying Byte Buddy transformers within a Maven build. -
-
Uses of Transformation in net.bytebuddy.build.maven
Fields in net.bytebuddy.build.maven declared as Transformation Modifier and Type Field Description private TransformationByteBuddyMojo.Transformer.ForConfiguredPlugin. transformationThe configured transformation.Fields in net.bytebuddy.build.maven with type parameters of type Transformation Modifier and Type Field Description java.util.List<Transformation>ByteBuddyMojo. transformationsThe list of transformations.Constructors in net.bytebuddy.build.maven with parameters of type Transformation Constructor Description ForConfiguredPlugin(Transformation transformation)Creates a new transformer for an explicitly configured plugin.
-