Package net.bytebuddy.build
Class Plugin.Engine.Dispatcher.ForParallelTransformation.EagerWork
java.lang.Object
net.bytebuddy.build.Plugin.Engine.Dispatcher.ForParallelTransformation.EagerWork
- All Implemented Interfaces:
Callable<Plugin.Engine.Dispatcher.Materializable>
- Enclosing class:
- Plugin.Engine.Dispatcher.ForParallelTransformation
@Enhance
protected static class Plugin.Engine.Dispatcher.ForParallelTransformation.EagerWork
extends Object
implements Callable<Plugin.Engine.Dispatcher.Materializable>
An eager materialization that does not defer processing after preprocessing.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Callable<? extends Callable<? extends Plugin.Engine.Dispatcher.Materializable>>
The work to apply. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
EagerWork
(Callable<? extends Callable<? extends Plugin.Engine.Dispatcher.Materializable>> work) Creates an eager work resolution. -
Method Summary
-
Field Details
-
work
The work to apply.
-
-
Constructor Details
-
EagerWork
protected EagerWork(Callable<? extends Callable<? extends Plugin.Engine.Dispatcher.Materializable>> work) Creates an eager work resolution.- Parameters:
work
- The work to apply.
-
-
Method Details
-
call
- Specified by:
call
in interfaceCallable<Plugin.Engine.Dispatcher.Materializable>
- Throws:
Exception
-