Uses of Class
net.bytebuddy.build.maven.MavenCoordinate
Packages that use MavenCoordinate
Package
Description
A package containing classes for applying Byte Buddy transformers within a Maven build.
-
Uses of MavenCoordinate in net.bytebuddy.build.maven
Fields in net.bytebuddy.build.maven with type parameters of type MavenCoordinateModifier and TypeFieldDescriptionprivate final Map<MavenCoordinate,
ClassLoader> ClassLoaderResolver.classLoaders
A mapping of Maven coordinates to already existing class loaders.Methods in net.bytebuddy.build.maven that return MavenCoordinateModifier and TypeMethodDescriptionCoordinateConfiguration.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 MavenCoordinateModifier and TypeMethodDescriptionprivate ClassLoader
ClassLoaderResolver.doResolve
(MavenCoordinate mavenCoordinate) Resolves a Maven coordinate to a class loader that can load all of the coordinates classes.ClassLoaderResolver.resolve
(MavenCoordinate mavenCoordinate) Resolves a Maven coordinate to a class loader that can load all of the coordinates classes.