Uses of Package
net.bytebuddy.build
-
Packages that use net.bytebuddy.build 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. -
Classes in net.bytebuddy.build used by net.bytebuddy.agent.builder Class 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. -
Classes in net.bytebuddy.build used by net.bytebuddy.build Class 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 addsObject.hashCode()
andObject.equals(Object)
methods to a class if theHashCodeAndEqualsPlugin.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. -
Classes in net.bytebuddy.build used by net.bytebuddy.build.maven Class Description EntryPoint An entry point for a build tool which is responsible for the transformation's configuration.