Package | Description |
---|---|
net.bytebuddy.build |
A package for types that allow for applying Byte Buddy transformation during a build process.
|
net.bytebuddy.build.maven |
A package containing classes for applying Byte Buddy transformers within a Maven build.
|
Modifier and Type | Class and Description |
---|---|
static class |
Plugin.Engine.Listener.ForErrorHandler
A listener decorator that forwards events to an error handler if they are applicable.
|
static class |
Plugin.Engine.Listener.StreamWriting
A listener that forwards significant events of a plugin engine application to a
PrintStream . |
static class |
Plugin.Engine.Listener.WithErrorsOnly
A decorator for another listener to only print error events.
|
static class |
Plugin.Engine.Listener.WithTransformationsOnly
A decorator for another listener to only print transformation and error events.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
ByteBuddyMojo.TransformationLogger
A
Plugin.Engine.Listener that logs several relevant events during the build. |
Copyright © 2014–2024. All rights reserved.