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 TypeMethodDescriptionprivate void
ByteBuddyMojo.discover
(InputStream inputStream, Set<String> undiscoverable, List<ByteBuddyMojo.Transformer> transformers, List<String> classPath) Discovers plugins from an input stream representing a META-INF/net.bytebuddy/build.plugins file.protected abstract boolean
Discovery.isDiscover
(List<ByteBuddyMojo.Transformer> transformers) Determines if plugins should be discovered from the class path.