Uses of Class
net.bytebuddy.build.Plugin.Engine.Summary
Packages that use Plugin.Engine.Summary
Package
Description
A package for types that allow for applying Byte Buddy transformation during a build process.
A package containing classes for applying Byte Buddy transformers within a Maven build.
-
Uses of Plugin.Engine.Summary in net.bytebuddy.build
Methods in net.bytebuddy.build that return Plugin.Engine.SummaryModifier and TypeMethodDescriptionPlugin.Engine.AbstractBase.apply
(File source, File target, List<? extends Plugin.Factory> factories) Applies this plugin engine onto a given source and target.Plugin.Engine.AbstractBase.apply
(File source, File target, Plugin.Factory... factory) Applies this plugin engine onto a given source and target.Plugin.Engine.AbstractBase.apply
(Plugin.Engine.Source source, Plugin.Engine.Target target, Plugin.Factory... factory) Applies this plugin engine onto a given source and target.Plugin.Engine.apply
(File source, File target, List<? extends Plugin.Factory> factories) Applies this plugin engine onto a given source and target.Plugin.Engine.apply
(File source, File target, Plugin.Factory... factory) Applies this plugin engine onto a given source and target.Plugin.Engine.apply
(Plugin.Engine.Source source, Plugin.Engine.Target target, List<? extends Plugin.Factory> factories) Applies this plugin engine onto a given source and target.Plugin.Engine.apply
(Plugin.Engine.Source source, Plugin.Engine.Target target, Plugin.Factory... factory) Applies this plugin engine onto a given source and target.Plugin.Engine.Default.apply
(Plugin.Engine.Source source, Plugin.Engine.Target target, List<? extends Plugin.Factory> factories) Applies this plugin engine onto a given source and target. -
Uses of Plugin.Engine.Summary in net.bytebuddy.build.maven
Methods in net.bytebuddy.build.maven that return Plugin.Engine.SummaryModifier and TypeMethodDescriptionprotected 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.