Uses of Interface
net.bytebuddy.build.Plugin.Engine.Target
-
Packages that use Plugin.Engine.Target Package Description net.bytebuddy.build A package for types that allow for applying Byte Buddy transformation during a build process.net.bytebuddy.build.maven 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.Target Modifier and Type Class Description static classPlugin.Engine.Target.DiscardingA sink that discards any entry.static classPlugin.Engine.Target.ForFolderRepresents a folder as the target for a plugin engine's application.static classPlugin.Engine.Target.ForJarFileRepresents a jar file as a target.static classPlugin.Engine.Target.InMemoryA sink that stores all elements in a memory map.Methods in net.bytebuddy.build with parameters of type Plugin.Engine.Target Modifier and Type Method Description Plugin.Engine.SummaryPlugin.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.SummaryPlugin.Engine. apply(Plugin.Engine.Source source, Plugin.Engine.Target target, java.util.List<? extends Plugin.Factory> factories)Applies this plugin engine onto a given source and target.Plugin.Engine.SummaryPlugin.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.SummaryPlugin.Engine.Default. apply(Plugin.Engine.Source source, Plugin.Engine.Target target, java.util.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.Target Modifier and Type Method Description protected Plugin.Engine.SummaryByteBuddyMojo. transform(java.util.List<? extends java.lang.String> classPath, java.util.Map<ByteBuddyMojo.Coordinate,java.lang.String> coordinates, java.util.List<ByteBuddyMojo.Transformer> transformers, Plugin.Engine.Source source, Plugin.Engine.Target target, java.io.File file, boolean filtered)Applies the instrumentation.
-