Uses of Interface
net.bytebuddy.build.Plugin.Engine.Target
Packages that use Plugin.Engine.Target
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.Target in net.bytebuddy.build
Classes in net.bytebuddy.build that implement Plugin.Engine.TargetModifier and TypeClassDescriptionstatic enumA sink that discards any entry.static classRepresents a folder as the target for a plugin engine's application.static classRepresents a jar file as a target.static classA sink that stores all elements in a memory map.Methods in net.bytebuddy.build with parameters of type Plugin.Engine.TargetModifier and TypeMethodDescriptionPlugin.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(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.Target in net.bytebuddy.build.maven
Methods in net.bytebuddy.build.maven with parameters of type Plugin.Engine.TargetModifier and TypeMethodDescriptionprotected Plugin.Engine.SummaryByteBuddyMojo.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.