Uses of Class
net.bytebuddy.build.maven.ByteBuddyMojo
Packages that use ByteBuddyMojo
Package
Description
A package containing classes for applying Byte Buddy transformers within a Maven build.
-
Uses of ByteBuddyMojo in net.bytebuddy.build.maven
Subclasses of ByteBuddyMojo in net.bytebuddy.build.mavenModifier and TypeClassDescriptionstatic class
A Byte Buddy plugin that transforms a project's production class files.static class
A Byte Buddy plugin that transforms a project's production class files where all scopes but the test scope are included.static class
A Byte Buddy plugin that transforms a project's production class files where runtime class path elements are not included.static class
A Byte Buddy plugin that transforms a project's production class files where runtime class path elements are included.static class
A Byte Buddy plugin that transforms a project's test class files.