Uses of Class
net.bytebuddy.build.maven.ByteBuddyMojo.Transformer
Packages that use ByteBuddyMojo.Transformer
Package
Description
A package containing classes for applying Byte Buddy transformers within a Maven build.
-
Uses of ByteBuddyMojo.Transformer in net.bytebuddy.build.maven
Subclasses of ByteBuddyMojo.Transformer in net.bytebuddy.build.mavenModifier and TypeClassDescriptionprotected static class
A transformer for an explicitly configured plugin.protected static class
A transformer for a discovered plugin.protected static class
A transformer for a discovered plugin from the class path.Method parameters in net.bytebuddy.build.maven with type arguments of type ByteBuddyMojo.TransformerModifier and TypeMethodDescriptionprotected abstract void
ByteBuddyMojo.apply
(List<ByteBuddyMojo.Transformer> transformers, List<String> elements, Map<ByteBuddyMojo.Coordinate, String> coordinates) Applies this mojo for the given setup.protected void
ByteBuddyMojo.ForDependencyFolder.apply
(List<ByteBuddyMojo.Transformer> transformers, List<String> elements, Map<ByteBuddyMojo.Coordinate, String> coordinates) protected void
ByteBuddyMojo.ForExplicitLocations.apply
(List<ByteBuddyMojo.Transformer> transformers, List<String> elements, Map<ByteBuddyMojo.Coordinate, String> coordinates) protected void
ByteBuddyMojo.ForLifecycleTypes.apply
(List<ByteBuddyMojo.Transformer> transformers, List<String> elements, Map<ByteBuddyMojo.Coordinate, String> coordinates) protected abstract boolean
Discovery.isDiscover
(List<ByteBuddyMojo.Transformer> transformers) Determines if plugins should be discovered from the class path.