- ByteBuddyMojo - Class in net.bytebuddy.build.maven
-
A Maven plugin for applying Byte Buddy transformations during a build.
- ByteBuddyMojo() - Constructor for class net.bytebuddy.build.maven.ByteBuddyMojo
-
- ByteBuddyMojo.Coordinate - Class in net.bytebuddy.build.maven
-
A coordinate to locate a managed dependency.
- ByteBuddyMojo.ForProductionTypes - Class in net.bytebuddy.build.maven
-
A Byte Buddy plugin that transforms a project's production class files.
- ByteBuddyMojo.ForProductionTypes.WithExtendedDependencies - Class in net.bytebuddy.build.maven
-
A Byte Buddy plugin that transforms a project's production class files where all scopes but the test scope are included.
- ByteBuddyMojo.ForProductionTypes.WithoutRuntimeDependencies - Class in net.bytebuddy.build.maven
-
A Byte Buddy plugin that transforms a project's production class files where runtime class
path elements are not included.
- ByteBuddyMojo.ForProductionTypes.WithRuntimeDependencies - Class in net.bytebuddy.build.maven
-
A Byte Buddy plugin that transforms a project's production class files where runtime class
path elements are included.
- ByteBuddyMojo.ForTestTypes - Class in net.bytebuddy.build.maven
-
A Byte Buddy plugin that transforms a project's test class files.
- ByteBuddyMojo.MavenBuildLogger - Class in net.bytebuddy.build.maven
-
- ByteBuddyMojo.StalenessFilter - Class in net.bytebuddy.build.maven
-
A filter for files that were written before a given timestamp, to avoid duplicate application.
- ByteBuddyMojo.TransformationLogger - Class in net.bytebuddy.build.maven
-
A Plugin.Engine.Listener that logs several relevant events during the build.
- ByteBuddyMojo.Transformer - Class in net.bytebuddy.build.maven
-
A transformer that is applied during the plugin's execution.
- ByteBuddyMojo.Transformer.ForConfiguredPlugin - Class in net.bytebuddy.build.maven
-
A transformer for an explicitly configured plugin.
- ByteBuddyMojo.Transformer.ForDiscoveredPlugin - Class in net.bytebuddy.build.maven
-
A transformer for a discovered plugin.
- ByteBuddyMojo.Transformer.ForDiscoveredPlugin.FromClassLoader - Class in net.bytebuddy.build.maven
-
A transformer for a discovered plugin from the class path.