Uses of Interface
net.bytebuddy.build.Plugin.Engine.Dispatcher.Materializable
Packages that use Plugin.Engine.Dispatcher.Materializable
Package
Description
A package for types that allow for applying Byte Buddy transformation during a build process.
-
Uses of Plugin.Engine.Dispatcher.Materializable in net.bytebuddy.build
Classes in net.bytebuddy.build that implement Plugin.Engine.Dispatcher.MaterializableModifier and TypeClassDescriptionstatic class
A materializable for an element that failed to be transformed.static class
A materializable for an element that is retained in its original state.static class
A materializable for a successfully transformed type.static class
A materializable for an element that could not be resolved.Fields in net.bytebuddy.build with type parameters of type Plugin.Engine.Dispatcher.MaterializableModifier and TypeFieldDescriptionprivate final CompletionService
<Plugin.Engine.Dispatcher.Materializable> Plugin.Engine.Dispatcher.ForParallelTransformation.materializers
A completion service for all materializers.private final CompletionService
<Callable<Plugin.Engine.Dispatcher.Materializable>> Plugin.Engine.Dispatcher.ForParallelTransformation.preprocessings
A completion service for all preprocessings.private final List
<Callable<? extends Plugin.Engine.Dispatcher.Materializable>> Plugin.Engine.Dispatcher.ForSerialTransformation.preprocessings
A list of deferred processings.private final Callable
<? extends Callable<? extends Plugin.Engine.Dispatcher.Materializable>> Plugin.Engine.Dispatcher.ForParallelTransformation.EagerWork.work
The work to apply.Methods in net.bytebuddy.build that return Plugin.Engine.Dispatcher.MaterializableModifier and TypeMethodDescriptionPlugin.Engine.Default.Preprocessor.Ignored.call()
Plugin.Engine.Default.Preprocessor.Resolved.call()
Plugin.Engine.Default.Preprocessor.Unresolved.call()
Plugin.Engine.Dispatcher.ForParallelTransformation.EagerWork.call()
Methods in net.bytebuddy.build that return types with arguments of type Plugin.Engine.Dispatcher.MaterializableMethod parameters in net.bytebuddy.build with type arguments of type Plugin.Engine.Dispatcher.MaterializableModifier and TypeMethodDescriptionvoid
Plugin.Engine.Dispatcher.accept
(Callable<? extends Callable<? extends Plugin.Engine.Dispatcher.Materializable>> work, boolean eager) Accepts a new work assignment.void
Plugin.Engine.Dispatcher.ForParallelTransformation.accept
(Callable<? extends Callable<? extends Plugin.Engine.Dispatcher.Materializable>> work, boolean eager) Accepts a new work assignment.void
Plugin.Engine.Dispatcher.ForSerialTransformation.accept
(Callable<? extends Callable<? extends Plugin.Engine.Dispatcher.Materializable>> work, boolean eager) Accepts a new work assignment.Constructor parameters in net.bytebuddy.build with type arguments of type Plugin.Engine.Dispatcher.MaterializableModifierConstructorDescriptionprotected
EagerWork
(Callable<? extends Callable<? extends Plugin.Engine.Dispatcher.Materializable>> work) Creates an eager work resolution.