Package | Description |
---|---|
net.bytebuddy.build |
A package for types that allow for applying Byte Buddy transformation during a build process.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
Plugin.Engine.Dispatcher |
Plugin.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 |
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.
|
Plugin.Engine.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 |
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.
|
Copyright © 2014–2024. All rights reserved.