Uses of Class
net.bytebuddy.build.maven.Transformation
Packages that use Transformation
Package
Description
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 TransformationModifier and TypeFieldDescriptionprivate final TransformationByteBuddyMojo.Transformer.ForConfiguredPlugin.transformationThe configured transformation.Fields in net.bytebuddy.build.maven with type parameters of type TransformationConstructors in net.bytebuddy.build.maven with parameters of type TransformationModifierConstructorDescriptionprotectedForConfiguredPlugin(Transformation transformation) Creates a new transformer for an explicitly configured plugin.