Plugin.Engine |
Plugin.Engine.Default.ignore(ElementMatcher<? super TypeDescription> matcher) |
Ignores all types that are matched by this matcher or any previously registered ignore matcher.
|
Plugin.Engine |
Plugin.Engine.ignore(ElementMatcher<? super TypeDescription> matcher) |
Ignores all types that are matched by this matcher or any previously registered ignore matcher.
|
static Plugin.Engine |
Plugin.Engine.Default.of(EntryPoint entryPoint,
ClassFileVersion classFileVersion,
MethodNameTransformer methodNameTransformer) |
|
Plugin.Engine |
Plugin.Engine.Default.with(Plugin.Engine.Dispatcher.Factory dispatcherFactory) |
Replaces the dispatcher factory of this plugin engine with the supplied dispatcher factory.
|
Plugin.Engine |
Plugin.Engine.Default.with(Plugin.Engine.Listener listener) |
Appends the supplied listener to this engine.
|
Plugin.Engine |
Plugin.Engine.Default.with(Plugin.Engine.PoolStrategy poolStrategy) |
Defines a new pool strategy that determines how types are being described.
|
Plugin.Engine |
Plugin.Engine.Default.with(Plugin.Engine.TypeStrategy typeStrategy) |
Defines a new type strategy which determines the transformation mode for any instrumented type.
|
Plugin.Engine |
Plugin.Engine.Default.with(ByteBuddy byteBuddy) |
Defines a new Byte Buddy instance for usage for type creation.
|
Plugin.Engine |
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 |
Plugin.Engine.with(Plugin.Engine.Dispatcher.Factory dispatcherFactory) |
Replaces the dispatcher factory of this plugin engine with the supplied dispatcher factory.
|
Plugin.Engine |
Plugin.Engine.with(Plugin.Engine.Listener listener) |
Appends the supplied listener to this engine.
|
Plugin.Engine |
Plugin.Engine.with(Plugin.Engine.PoolStrategy poolStrategy) |
Defines a new pool strategy that determines how types are being described.
|
Plugin.Engine |
Plugin.Engine.with(Plugin.Engine.TypeStrategy typeStrategy) |
Defines a new type strategy which determines the transformation mode for any instrumented type.
|
Plugin.Engine |
Plugin.Engine.with(ByteBuddy byteBuddy) |
Defines a new Byte Buddy instance for usage for type creation.
|
Plugin.Engine |
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 |
Plugin.Engine.AbstractBase.withErrorHandlers(Plugin.Engine.ErrorHandler... errorHandler) |
Replaces the error handlers of this plugin engine with the supplied error handlers.
|
Plugin.Engine |
Plugin.Engine.Default.withErrorHandlers(java.util.List<? extends Plugin.Engine.ErrorHandler> errorHandlers) |
Replaces the error handlers of this plugin engine with the supplied error handlers.
|
Plugin.Engine |
Plugin.Engine.withErrorHandlers(java.util.List<? extends Plugin.Engine.ErrorHandler> errorHandlers) |
Replaces the error handlers of this plugin engine with the supplied error handlers.
|
Plugin.Engine |
Plugin.Engine.withErrorHandlers(Plugin.Engine.ErrorHandler... errorHandler) |
Replaces the error handlers of this plugin engine with the supplied error handlers.
|
Plugin.Engine |
Plugin.Engine.Default.withoutErrorHandlers() |
Replaces the error handlers of this plugin engine without applying any error handlers.
|
Plugin.Engine |
Plugin.Engine.withoutErrorHandlers() |
Replaces the error handlers of this plugin engine without applying any error handlers.
|
Plugin.Engine |
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 |
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.
|