| Package | Description | 
|---|---|
| net.bytebuddy.build | A package for types that allow for applying Byte Buddy transformation during a build process. | 
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | Plugin.Engine.ListenerA listener that is invoked upon any event during a plugin engine application. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Plugin.Engine.ErrorHandler.CompoundA compound error handler. | 
| static class  | Plugin.Engine.ErrorHandler.EnforcingAn error handler that enforces certain properties of the transformation. | 
| static class  | Plugin.Engine.ErrorHandler.FailingAn implementation of an error handler that fails the plugin engine application. | 
| static class  | Plugin.Engine.Listener.AdapterAn adapter that implements all methods non-operational. | 
| static class  | Plugin.Engine.Listener.CompoundA compound listener. | 
| static class  | Plugin.Engine.Listener.ForErrorHandlerA listener decorator that forwards events to an error handler if they are applicable. | 
| static class  | Plugin.Engine.Listener.NoOpA non-operational listener. | 
| static class  | Plugin.Engine.Listener.StreamWritingA listener that forwards significant events of a plugin engine application to a  PrintStream. | 
| static class  | Plugin.Engine.Listener.WithErrorsOnlyA decorator for another listener to only print error events. | 
| static class  | Plugin.Engine.Listener.WithTransformationsOnlyA decorator for another listener to only print transformation and error events. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Constructor and Description | 
|---|
| Compound(Plugin.Engine.ErrorHandler... errorHandler)Creates a new compound error handler. | 
| Default(ByteBuddy byteBuddy,
       Plugin.Engine.TypeStrategy typeStrategy,
       Plugin.Engine.PoolStrategy poolStrategy,
       ClassFileLocator classFileLocator,
       ClassFileVersion classFileVersion,
       Plugin.Engine.Listener listener,
       Plugin.Engine.ErrorHandler errorHandler,
       Plugin.Engine.Dispatcher.Factory dispatcherFactory,
       ElementMatcher.Junction<? super TypeDescription> ignoredTypeMatcher)Creates a new default plugin engine. | 
| ForErrorHandler(Plugin.Engine.ErrorHandler errorHandler)Creates a new listener representation for an error handler. | 
| Constructor and Description | 
|---|
| Compound(List<? extends Plugin.Engine.ErrorHandler> errorHandlers)Creates a new compound error handler. | 
Copyright © 2014–2025. All rights reserved.