Uses of Interface
net.bytebuddy.build.Plugin.Engine.ErrorHandler
Packages that use Plugin.Engine.ErrorHandler
Package
Description
A package for types that allow for applying Byte Buddy transformation during a build process.
A package containing classes for applying Byte Buddy transformers within a Maven build.
-
Uses of Plugin.Engine.ErrorHandler in net.bytebuddy.build
Subinterfaces of Plugin.Engine.ErrorHandler in net.bytebuddy.buildModifier and TypeInterfaceDescriptionstatic interface
A listener that is invoked upon any event during a plugin engine application.Classes in net.bytebuddy.build that implement Plugin.Engine.ErrorHandlerModifier and TypeClassDescriptionstatic class
A compound error handler.static enum
An error handler that enforces certain properties of the transformation.static enum
An implementation of an error handler that fails the plugin engine application.static class
An adapter that implements all methods non-operational.static class
A compound listener.static class
A listener decorator that forwards events to an error handler if they are applicable.static enum
A non-operational listener.static class
A listener that forwards significant events of a plugin engine application to aPrintStream
.static class
A decorator for another listener to only print error events.static class
A decorator for another listener to only print transformation and error events.Fields in net.bytebuddy.build declared as Plugin.Engine.ErrorHandlerModifier and TypeFieldDescriptionprivate final Plugin.Engine.ErrorHandler
Plugin.Engine.Default.errorHandler
The error handler to use.private final Plugin.Engine.ErrorHandler
Plugin.Engine.Listener.ForErrorHandler.errorHandler
The error handler to delegate to.Fields in net.bytebuddy.build with type parameters of type Plugin.Engine.ErrorHandlerModifier and TypeFieldDescriptionprivate final List<Plugin.Engine.ErrorHandler>
Plugin.Engine.ErrorHandler.Compound.errorHandlers
The error handlers that are represented by this instance.Methods in net.bytebuddy.build with parameters of type Plugin.Engine.ErrorHandlerModifier and TypeMethodDescriptionPlugin.Engine.AbstractBase.withErrorHandlers
(Plugin.Engine.ErrorHandler... errorHandler) 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.Method parameters in net.bytebuddy.build with type arguments of type Plugin.Engine.ErrorHandlerModifier and TypeMethodDescriptionPlugin.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.Constructors in net.bytebuddy.build with parameters of type Plugin.Engine.ErrorHandlerModifierConstructorDescriptionCompound
(Plugin.Engine.ErrorHandler... errorHandler) Creates a new compound error handler.protected
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.ForErrorHandler
(Plugin.Engine.ErrorHandler errorHandler) Creates a new listener representation for an error handler.Constructor parameters in net.bytebuddy.build with type arguments of type Plugin.Engine.ErrorHandlerModifierConstructorDescriptionCompound
(List<? extends Plugin.Engine.ErrorHandler> errorHandlers) Creates a new compound error handler. -
Uses of Plugin.Engine.ErrorHandler in net.bytebuddy.build.maven
Classes in net.bytebuddy.build.maven that implement Plugin.Engine.ErrorHandlerModifier and TypeClassDescriptionprotected static class
APlugin.Engine.Listener
that logs several relevant events during the build.