Uses of Class
net.bytebuddy.build.maven.MavenCoordinate
-
Packages that use MavenCoordinate Package Description net.bytebuddy.build.maven A package containing classes for applying Byte Buddy transformers within a Maven build. -
-
Uses of MavenCoordinate in net.bytebuddy.build.maven
Methods in net.bytebuddy.build.maven that return MavenCoordinate Modifier and Type Method Description MavenCoordinate
AbstractUserConfiguration. asCoordinate(String groupId, String artifactId, String version, String packaging)
Resolves this transformation to a Maven coordinate.Methods in net.bytebuddy.build.maven with parameters of type MavenCoordinate Modifier and Type Method Description ClassLoader
ClassLoaderResolver. resolve(MavenCoordinate mavenCoordinate)
Resolves a Maven coordinate to a class loader that can load all of the coordinates classes.
-