Uses of Class
net.bytebuddy.build.maven.ByteBuddyMojo.ForExplicitLocations
-
Packages that use ByteBuddyMojo.ForExplicitLocations Package Description net.bytebuddy.build.maven A package containing classes for applying Byte Buddy transformers within a Maven build. -
-
Uses of ByteBuddyMojo.ForExplicitLocations in net.bytebuddy.build.maven
Subclasses of ByteBuddyMojo.ForExplicitLocations in net.bytebuddy.build.maven Modifier and Type Class Description static classByteBuddyMojo.ForExplicitLocations.ForTestTypesTransforms specified classes from files in a folder or a jar file to a folder or jar file.static classByteBuddyMojo.ForExplicitLocations.WithExtendedDependenciesTransforms specified classes from files in a folder or a jar file to a folder or jar file.static classByteBuddyMojo.ForExplicitLocations.WithoutRuntimeDependenciesTransforms specified classes from files in a folder or a jar file to a folder or jar file.static classByteBuddyMojo.ForExplicitLocations.WithRuntimeDependenciesTransforms specified classes from files in a folder or a jar file to a folder or jar file.
-