See: Description
| Interface | Description |
|---|---|
| ByteBuddyPlugin.Dispatcher<T extends AbstractByteBuddyTask,S extends AbstractByteBuddyTaskExtension<T>> |
A dispatcher for creating Gradle integrations depending on the available API.
|
| IncrementalResolver |
An incremental resolver is responsible to determine the file set to transform after a change.
|
| Class | Description |
|---|---|
| AbstractByteBuddyTask |
An abstract Byte Buddy task implementation.
|
| AbstractByteBuddyTask.GradleBuildLogger |
A
BuildLogger implementation for a Gradle Logger. |
| AbstractByteBuddyTask.TransformationLogger |
A
Plugin.Engine.Listener that logs several relevant events during the build. |
| AbstractByteBuddyTaskConfiguration<T extends AbstractByteBuddyTask,S extends AbstractByteBuddyTaskExtension<T>> |
An abstract configuration for a Byte Buddy task and extension.
|
| AbstractByteBuddyTaskExtension<T extends AbstractByteBuddyTask> |
An abstract Byte Buddy task extension.
|
| ByteBuddyJarTask |
A Byte Buddy task implementation that does not use modern Gradle APIs.
|
| ByteBuddyJarTaskExtension |
A Byte Buddy jar task extension.
|
| ByteBuddyPlugin |
A plugin for applying Byte Buddy transformations to all standard Java source sets.
|
| ByteBuddyPlugin.Dispatcher.ForApi6CapableGradle |
A dispatcher for a Gradle version of at least 6.
|
| ByteBuddySimpleTask |
A Byte Buddy task implementation that does not use modern Gradle APIs.
|
| ByteBuddySimpleTaskConfiguration |
Implements a configuration of a simple Byte Buddy task.
|
| ByteBuddySimpleTaskExtension |
A Byte Buddy simple task extension.
|
| ByteBuddyTask |
A Byte Buddy task implementation that supports incremental compilation.
|
| ByteBuddyTask.IncrementalSource |
A source for an incrementally changed source folder.
|
| ByteBuddyTaskConfiguration |
Implements a configuration of a Byte Buddy task.
|
| ByteBuddyTaskExtension |
A Byte Buddy task extension.
|
| PluginArgument |
Describes an argument to a
Plugin constuctor. |
| Transformation |
A transformation specification to apply during the Gradle plugin's execution.
|
| Enum | Description |
|---|---|
| ByteBuddyPlugin.Dispatcher.ForLegacyGradle |
A dispatcher for a legacy version of Gradle.
|
| ByteBuddyTaskConfiguration.ToFileMapper |
Transforms a directory to a file.
|
| IncrementalResolver.ForChangedFiles |
An incremental resolver that retransforms any file that has changed but no other files.
|