| Modifier and Type | Class and Description |
|---|---|
protected static class |
ByteBuddyMojo.Transformer.ForConfiguredPlugin
A transformer for an explicitly configured plugin.
|
protected static class |
ByteBuddyMojo.Transformer.ForDiscoveredPlugin
A transformer for a discovered plugin.
|
protected static class |
ByteBuddyMojo.Transformer.ForDiscoveredPlugin.FromClassLoader
A transformer for a discovered plugin from the class path.
|
| Modifier and Type | Method and Description |
|---|---|
protected 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.ForLifecycleTypes.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.ForDependencyFolder.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.
|
protected Plugin.Engine.Summary |
ByteBuddyMojo.transform(List<? extends String> classPath,
Map<ByteBuddyMojo.Coordinate,String> coordinates,
List<ByteBuddyMojo.Transformer> transformers,
Plugin.Engine.Source source,
Plugin.Engine.Target target,
File file,
boolean filtered)
Applies the instrumentation.
|
Copyright © 2014–2025. All rights reserved.