Uses of Interface
net.bytebuddy.build.Plugin.Engine.Dispatcher
Packages that use Plugin.Engine.Dispatcher
Package
Description
A package for types that allow for applying Byte Buddy transformation during a build process.
-
Uses of Plugin.Engine.Dispatcher in net.bytebuddy.build
Classes in net.bytebuddy.build that implement Plugin.Engine.DispatcherModifier and TypeClassDescriptionstatic class
A dispatcher that applies transformations within one or more threads in parallel to the default transformer.static class
A parallel dispatcher that shuts down its executor service upon completion of a plugin engine's application.static class
A dispatcher that applies transformation upon discovery.Methods in net.bytebuddy.build that return Plugin.Engine.DispatcherModifier and TypeMethodDescriptionPlugin.Engine.Dispatcher.Factory.make
(Plugin.Engine.Target.Sink sink, List<TypeDescription> transformed, Map<TypeDescription, List<Throwable>> failed, List<String> unresolved) Creates a new dispatcher.Plugin.Engine.Dispatcher.ForParallelTransformation.Factory.make
(Plugin.Engine.Target.Sink sink, List<TypeDescription> transformed, Map<TypeDescription, List<Throwable>> failed, List<String> unresolved) Creates a new dispatcher.Plugin.Engine.Dispatcher.ForParallelTransformation.WithThrowawayExecutorService.Factory.make
(Plugin.Engine.Target.Sink sink, List<TypeDescription> transformed, Map<TypeDescription, List<Throwable>> failed, List<String> unresolved) Creates a new dispatcher.Plugin.Engine.Dispatcher.ForSerialTransformation.Factory.make
(Plugin.Engine.Target.Sink sink, List<TypeDescription> transformed, Map<TypeDescription, List<Throwable>> failed, List<String> unresolved) Creates a new dispatcher.