Uses of Interface
net.bytebuddy.build.Plugin.Engine
Packages that use Plugin.Engine
Package
Description
A package for types that allow for applying Byte Buddy transformation during a build process.
-
Uses of Plugin.Engine in net.bytebuddy.build
Classes in net.bytebuddy.build that implement Plugin.EngineModifier and TypeClassDescriptionstatic classAn abstract base implementation of a plugin engine.static classA default implementation of a plugin engine.Methods in net.bytebuddy.build that return Plugin.EngineModifier and TypeMethodDescriptionPlugin.Engine.Default.ignore(ElementMatcher<? super TypeDescription> matcher) Ignores all types that are matched by this matcher or any previously registered ignore matcher.Plugin.Engine.ignore(ElementMatcher<? super TypeDescription> matcher) Ignores all types that are matched by this matcher or any previously registered ignore matcher.static Plugin.EnginePlugin.Engine.Default.of(EntryPoint entryPoint, ClassFileVersion classFileVersion, MethodNameTransformer methodNameTransformer) Creates a plugin engine from anEntryPoint.Plugin.Engine.Default.with(Plugin.Engine.Dispatcher.Factory dispatcherFactory) Replaces the dispatcher factory of this plugin engine with the supplied dispatcher factory.Plugin.Engine.Default.with(Plugin.Engine.Listener listener) Appends the supplied listener to this engine.Plugin.Engine.Default.with(Plugin.Engine.PoolStrategy poolStrategy) Defines a new pool strategy that determines how types are being described.Plugin.Engine.Default.with(Plugin.Engine.TypeStrategy typeStrategy) Defines a new type strategy which determines the transformation mode for any instrumented type.Defines a new Byte Buddy instance for usage for type creation.Plugin.Engine.Default.with(ClassFileLocator classFileLocator) Appends the supplied class file locator to be queried for class files additionally to any previously registered class file locators.Plugin.Engine.with(Plugin.Engine.Dispatcher.Factory dispatcherFactory) Replaces the dispatcher factory of this plugin engine with the supplied dispatcher factory.Plugin.Engine.with(Plugin.Engine.Listener listener) Appends the supplied listener to this engine.Plugin.Engine.with(Plugin.Engine.PoolStrategy poolStrategy) Defines a new pool strategy that determines how types are being described.Plugin.Engine.with(Plugin.Engine.TypeStrategy typeStrategy) Defines a new type strategy which determines the transformation mode for any instrumented type.Defines a new Byte Buddy instance for usage for type creation.Plugin.Engine.with(ClassFileLocator classFileLocator) Appends the supplied class file locator to be queried for class files additionally to any previously registered class file locators.Plugin.Engine.AbstractBase.withErrorHandlers(Plugin.Engine.ErrorHandler... errorHandler) Replaces the error handlers of this plugin engine with the supplied error handlers.Plugin.Engine.Default.withErrorHandlers(List<? extends Plugin.Engine.ErrorHandler> errorHandlers) Replaces the error handlers of this plugin engine with the supplied error handlers.Plugin.Engine.withErrorHandlers(List<? extends Plugin.Engine.ErrorHandler> errorHandlers) Replaces the error handlers of this plugin engine with the supplied error handlers.Plugin.Engine.withErrorHandlers(Plugin.Engine.ErrorHandler... errorHandler) Replaces the error handlers of this plugin engine with the supplied error handlers.Plugin.Engine.Default.withoutErrorHandlers()Replaces the error handlers of this plugin engine without applying any error handlers.Plugin.Engine.withoutErrorHandlers()Replaces the error handlers of this plugin engine without applying any error handlers.Plugin.Engine.AbstractBase.withParallelTransformation(int threads) Replaces the dispatcher factory of this plugin engine with a parallel dispatcher factory that uses the given amount of threads.Plugin.Engine.withParallelTransformation(int threads) Replaces the dispatcher factory of this plugin engine with a parallel dispatcher factory that uses the given amount of threads.