- 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.ForDependencyFolder - Class in net.bytebuddy.build.maven
-
Transforms all jars for a folder containing jar files, typically project dependencies.
- ByteBuddyMojo.ForExplicitLocations - Class in net.bytebuddy.build.maven
-
Transforms specified classes from files in a folder or a jar file to a folder or jar file.
- ByteBuddyMojo.ForExplicitLocations.ForTestTypes - Class in net.bytebuddy.build.maven
-
Transforms specified classes from files in a folder or a jar file to a folder or jar file.
- ByteBuddyMojo.ForExplicitLocations.WithExtendedDependencies - Class in net.bytebuddy.build.maven
-
Transforms specified classes from files in a folder or a jar file to a folder or jar file.
- ByteBuddyMojo.ForExplicitLocations.WithoutRuntimeDependencies - Class in net.bytebuddy.build.maven
-
Transforms specified classes from files in a folder or a jar file to a folder or jar file.
- ByteBuddyMojo.ForExplicitLocations.WithRuntimeDependencies - Class in net.bytebuddy.build.maven
-
Transforms specified classes from files in a folder or a jar file to a folder or jar file.
- ByteBuddyMojo.ForLifecycleTypes - Class in net.bytebuddy.build.maven
-
A version of the plugin that is bound to Maven's lifecycle.
- ByteBuddyMojo.ForLifecycleTypes.ForProductionTypes - Class in net.bytebuddy.build.maven
-
A Byte Buddy plugin that transforms a project's production class files.
- ByteBuddyMojo.ForLifecycleTypes.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.ForLifecycleTypes.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.ForLifecycleTypes.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.ForLifecycleTypes.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.