Uses of Interface
net.bytebuddy.build.Plugin.Engine.Dispatcher.Factory
-
Packages that use Plugin.Engine.Dispatcher.Factory 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.Factory in net.bytebuddy.build
Classes in net.bytebuddy.build that implement Plugin.Engine.Dispatcher.Factory Modifier and Type Class Description static classPlugin.Engine.Dispatcher.ForParallelTransformation.FactoryA factory for a dispatcher that uses a given executor service for parallel dispatching.static classPlugin.Engine.Dispatcher.ForParallelTransformation.WithThrowawayExecutorService.FactoryA factory for a parallel executor service that creates a new executor service on each plugin engine application.static classPlugin.Engine.Dispatcher.ForSerialTransformation.FactoryA factory for creating a serial dispatcher.Fields in net.bytebuddy.build declared as Plugin.Engine.Dispatcher.Factory Modifier and Type Field Description private Plugin.Engine.Dispatcher.FactoryPlugin.Engine.Default. dispatcherFactoryThe dispatcher factory to use.Methods in net.bytebuddy.build with parameters of type Plugin.Engine.Dispatcher.Factory Modifier and Type Method Description Plugin.EnginePlugin.Engine.Default. with(Plugin.Engine.Dispatcher.Factory dispatcherFactory)Replaces the dispatcher factory of this plugin engine with the supplied dispatcher factory.Plugin.EnginePlugin.Engine. with(Plugin.Engine.Dispatcher.Factory dispatcherFactory)Replaces the dispatcher factory of this plugin engine with the supplied dispatcher factory.Constructors in net.bytebuddy.build with parameters of type Plugin.Engine.Dispatcher.Factory Constructor Description Default(ByteBuddy byteBuddy, Plugin.Engine.TypeStrategy typeStrategy, Plugin.Engine.PoolStrategy poolStrategy, ClassFileLocator classFileLocator, Plugin.Engine.Listener listener, Plugin.Engine.ErrorHandler errorHandler, Plugin.Engine.Dispatcher.Factory dispatcherFactory, ElementMatcher.Junction<? super TypeDescription> ignoredTypeMatcher)Creates a new default plugin engine.
-