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 Transformation
ByteBuddyMojo.Transformer.ForConfiguredPlugin.transformation
The configured transformation.Fields in net.bytebuddy.build.maven with type parameters of type TransformationConstructors in net.bytebuddy.build.maven with parameters of type TransformationModifierConstructorDescriptionprotected
ForConfiguredPlugin
(Transformation transformation) Creates a new transformer for an explicitly configured plugin.