Package | Description |
---|---|
net.bytebuddy.build |
A package for types that allow for applying Byte Buddy transformation during a build process.
|
Modifier and Type | Class and Description |
---|---|
static class |
Plugin.Engine.AbstractBase
An abstract base implementation of a plugin engine.
|
static class |
Plugin.Engine.Default
A default implementation of a plugin engine.
|
Modifier and Type | Method and Description |
---|---|
Plugin.Engine |
Plugin.Engine.ignore(ElementMatcher<? super TypeDescription> matcher)
Ignores all types that are matched by this matcher or any previously registered ignore matcher.
|
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.
|
static Plugin.Engine |
Plugin.Engine.Default.of(EntryPoint entryPoint,
ClassFileVersion classFileVersion,
MethodNameTransformer methodNameTransformer)
Creates a plugin engine from an
EntryPoint . |
Plugin.Engine |
Plugin.Engine.with(ByteBuddy byteBuddy)
Defines a new Byte Buddy instance for usage for type creation.
|
Plugin.Engine |
Plugin.Engine.Default.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.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.Default.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.Default.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.Default.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.Default.with(Plugin.Engine.TypeStrategy typeStrategy)
Defines a new type strategy which determines the transformation mode for any instrumented type.
|
Plugin.Engine |
Plugin.Engine.withErrorHandlers(List<? extends Plugin.Engine.ErrorHandler> errorHandlers)
Replaces the error handlers of this plugin engine with the supplied error handlers.
|
Plugin.Engine |
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 |
Plugin.Engine.withErrorHandlers(Plugin.Engine.ErrorHandler... errorHandler)
Replaces the error handlers of this plugin engine with the supplied error handlers.
|
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.withoutErrorHandlers()
Replaces the error handlers of this plugin engine without applying any 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.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.AbstractBase.withParallelTransformation(int threads)
Replaces the dispatcher factory of this plugin engine with a parallel dispatcher factory that uses the given amount of threads.
|
Copyright © 2014–2020. All rights reserved.