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.
-
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.