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 classPlugin.Engine.Dispatcher.ForParallelTransformationA dispatcher that applies transformations within one or more threads in parallel to the default transformer.static classPlugin.Engine.Dispatcher.ForParallelTransformation.WithThrowawayExecutorServiceA parallel dispatcher that shuts down its executor service upon completion of a plugin engine's application.static classPlugin.Engine.Dispatcher.ForSerialTransformationA dispatcher that applies transformation upon discovery.Methods in net.bytebuddy.build that return Plugin.Engine.Dispatcher Modifier and Type Method Description Plugin.Engine.DispatcherPlugin.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.DispatcherPlugin.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.DispatcherPlugin.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.DispatcherPlugin.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.
-