Uses of Interface
net.bytebuddy.build.Plugin.Engine.Dispatcher
-
Packages that use Plugin.Engine.Dispatcher Package Description net.bytebuddy.build 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.Dispatcher Modifier and Type Class Description static class
Plugin.Engine.Dispatcher.ForParallelTransformation
A dispatcher that applies transformations within one or more threads in parallel to the default transformer.static class
Plugin.Engine.Dispatcher.ForParallelTransformation.WithThrowawayExecutorService
A parallel dispatcher that shuts down its executor service upon completion of a plugin engine's application.static class
Plugin.Engine.Dispatcher.ForSerialTransformation
A dispatcher that applies transformation upon discovery.Methods in net.bytebuddy.build that return Plugin.Engine.Dispatcher Modifier and Type Method Description Plugin.Engine.Dispatcher
Plugin.Engine.Dispatcher.Factory. make(Plugin.Engine.Target.Sink sink, java.util.List<TypeDescription> transformed, java.util.Map<TypeDescription,java.util.List<java.lang.Throwable>> failed, java.util.List<java.lang.String> unresolved)
Creates a new dispatcher.Plugin.Engine.Dispatcher
Plugin.Engine.Dispatcher.ForParallelTransformation.Factory. make(Plugin.Engine.Target.Sink sink, java.util.List<TypeDescription> transformed, java.util.Map<TypeDescription,java.util.List<java.lang.Throwable>> failed, java.util.List<java.lang.String> unresolved)
Creates a new dispatcher.Plugin.Engine.Dispatcher
Plugin.Engine.Dispatcher.ForParallelTransformation.WithThrowawayExecutorService.Factory. make(Plugin.Engine.Target.Sink sink, java.util.List<TypeDescription> transformed, java.util.Map<TypeDescription,java.util.List<java.lang.Throwable>> failed, java.util.List<java.lang.String> unresolved)
Creates a new dispatcher.Plugin.Engine.Dispatcher
Plugin.Engine.Dispatcher.ForSerialTransformation.Factory. make(Plugin.Engine.Target.Sink sink, java.util.List<TypeDescription> transformed, java.util.Map<TypeDescription,java.util.List<java.lang.Throwable>> failed, java.util.List<java.lang.String> unresolved)
Creates a new dispatcher.
-