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. -
-
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 class
Plugin.Engine.Target.Discarding
A sink that discards any entry.static class
Plugin.Engine.Target.ForFolder
Represents a folder as the target for a plugin engine's application.static class
Plugin.Engine.Target.ForJarFile
Represents a jar file as a target.static class
Plugin.Engine.Target.InMemory
A 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.Summary
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.Summary
Plugin.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.Summary
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.Summary
Plugin.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.
-