| Package | Description |
|---|---|
| net.bytebuddy.agent.builder |
An agent builder is used to easily implement load-time class-transformations using a Java agent.
|
| net.bytebuddy.build |
A package for types that allow for applying Byte Buddy transformation during a build process.
|
| Class and Description |
|---|
| EntryPoint
An entry point for a build tool which is responsible for the transformation's configuration.
|
| Plugin
A plugin that allows for the application of Byte Buddy transformations during a build process.
|
| Class and Description |
|---|
| EntryPoint
An entry point for a build tool which is responsible for the transformation's configuration.
|
| EntryPoint.Default
Default implementations for an entry point.
|
| HashCodeAndEqualsPlugin
A build tool plugin that adds
Object.hashCode() and Object.equals(Object) methods to a class if the
HashCodeAndEqualsPlugin.Enhance annotation is present and no explicit method declaration was added. |
| HashCodeAndEqualsPlugin.Enhance.InvokeSuper
A strategy for determining the base value of a hash code or equality contract.
|
| HashCodeAndEqualsPlugin.ValueHandling.Sort
Determines how a field should be handled.
|
| Plugin
A plugin that allows for the application of Byte Buddy transformations during a build process.
|
| ToStringPlugin.Enhance.Prefix
A strategy for defining a prefix.
|
Copyright © 2014–2018. All rights reserved.