Uses of Class
net.bytebuddy.build.maven.CoordinateConfiguration
Packages that use CoordinateConfiguration
Package
Description
A package containing classes for applying Byte Buddy transformers within a Maven build.
-
Uses of CoordinateConfiguration in net.bytebuddy.build.maven
Subclasses of CoordinateConfiguration in net.bytebuddy.build.mavenModifier and TypeClassDescriptionclass
Defines a configuration for a Maven build's type transformation.class
A transformation specification to apply during the plugin's execution.Fields in net.bytebuddy.build.maven with type parameters of type CoordinateConfigurationModifier and TypeFieldDescriptionByteBuddyMojo.ForExplicitLocations.dependencies
A list of dependencies to be included when resolving class files, additionally to the source jar.