Uses of Interface
net.bytebuddy.build.Plugin.Engine.Dispatcher.Materializable
-
Packages that use Plugin.Engine.Dispatcher.Materializable 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.Materializable in net.bytebuddy.build
Classes in net.bytebuddy.build that implement Plugin.Engine.Dispatcher.Materializable Modifier and Type Class Description static classPlugin.Engine.Dispatcher.Materializable.ForFailedElementA materializable for an element that failed to be transformed.static classPlugin.Engine.Dispatcher.Materializable.ForRetainedElementA materializable for an element that is retained in its original state.static classPlugin.Engine.Dispatcher.Materializable.ForTransformedElementA materializable for a successfully transformed type.static classPlugin.Engine.Dispatcher.Materializable.ForUnresolvedElementA materializable for an element that could not be resolved.Fields in net.bytebuddy.build with type parameters of type Plugin.Engine.Dispatcher.Materializable Modifier and Type Field Description private java.util.concurrent.CompletionService<Plugin.Engine.Dispatcher.Materializable>Plugin.Engine.Dispatcher.ForParallelTransformation. materializersA completion service for all materializers.private java.util.concurrent.CompletionService<java.util.concurrent.Callable<Plugin.Engine.Dispatcher.Materializable>>Plugin.Engine.Dispatcher.ForParallelTransformation. preprocessingsA completion service for all preprocessings.private java.util.List<java.util.concurrent.Callable<? extends Plugin.Engine.Dispatcher.Materializable>>Plugin.Engine.Dispatcher.ForSerialTransformation. preprocessingsA list of deferred processings.private java.util.concurrent.Callable<? extends java.util.concurrent.Callable<? extends Plugin.Engine.Dispatcher.Materializable>>Plugin.Engine.Dispatcher.ForParallelTransformation.EagerWork. workThe work to apply.Methods in net.bytebuddy.build that return Plugin.Engine.Dispatcher.Materializable Modifier and Type Method Description Plugin.Engine.Dispatcher.MaterializablePlugin.Engine.Default.Preprocessor.Ignored. call()Plugin.Engine.Dispatcher.MaterializablePlugin.Engine.Default.Preprocessor.Resolved. call()Plugin.Engine.Dispatcher.MaterializablePlugin.Engine.Default.Preprocessor.Unresolved. call()Plugin.Engine.Dispatcher.MaterializablePlugin.Engine.Dispatcher.ForParallelTransformation.EagerWork. call()Methods in net.bytebuddy.build that return types with arguments of type Plugin.Engine.Dispatcher.Materializable Modifier and Type Method Description java.util.concurrent.Callable<Plugin.Engine.Dispatcher.Materializable>Plugin.Engine.Default.Preprocessor. call()Method parameters in net.bytebuddy.build with type arguments of type Plugin.Engine.Dispatcher.Materializable Modifier and Type Method Description voidPlugin.Engine.Dispatcher. accept(java.util.concurrent.Callable<? extends java.util.concurrent.Callable<? extends Plugin.Engine.Dispatcher.Materializable>> work, boolean eager)Accepts a new work assignment.voidPlugin.Engine.Dispatcher.ForParallelTransformation. accept(java.util.concurrent.Callable<? extends java.util.concurrent.Callable<? extends Plugin.Engine.Dispatcher.Materializable>> work, boolean eager)Accepts a new work assignment.voidPlugin.Engine.Dispatcher.ForSerialTransformation. accept(java.util.concurrent.Callable<? extends java.util.concurrent.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.Materializable Constructor Description EagerWork(java.util.concurrent.Callable<? extends java.util.concurrent.Callable<? extends Plugin.Engine.Dispatcher.Materializable>> work)Creates an eager work resolution.
-