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 classA materializable for an element that failed to be transformed.static classA materializable for an element that is retained in its original state.static classA materializable for a successfully transformed type.static classA materializable for an element that could not be resolved.Classes in net.bytebuddy.build that implement interfaces with type arguments of type Plugin.Engine.Dispatcher.MaterializableModifier and TypeClassDescriptionprotected static classAn eager materialization that does not defer processing after preprocessing.Methods in net.bytebuddy.build that return Plugin.Engine.Dispatcher.MaterializableModifier and TypeMethodDescriptionPlugin.Engine.Dispatcher.ForParallelTransformation.EagerWork.call()Method parameters in net.bytebuddy.build with type arguments of type Plugin.Engine.Dispatcher.MaterializableModifier and TypeMethodDescriptionvoidPlugin.Engine.Dispatcher.accept(Callable<? extends Callable<? extends Plugin.Engine.Dispatcher.Materializable>> work, boolean eager) Accepts a new work assignment.voidPlugin.Engine.Dispatcher.ForParallelTransformation.accept(Callable<? extends Callable<? extends Plugin.Engine.Dispatcher.Materializable>> work, boolean eager) Accepts a new work assignment.voidPlugin.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.MaterializableModifierConstructorDescriptionprotectedEagerWork(Callable<? extends Callable<? extends Plugin.Engine.Dispatcher.Materializable>> work) Creates an eager work resolution.