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.
|
net.bytebuddy.build.maven |
A package containing classes for applying Byte Buddy transformers within a Maven build.
|
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.
|
Class and Description |
---|
EntryPoint
An entry point for a build tool which is responsible for the transformation's configuration.
|
Copyright © 2014–2017. All rights reserved.