Package | Description |
---|---|
net.bytebuddy.build.maven |
A package containing classes for applying Byte Buddy transformers within a Maven build.
|
Modifier and Type | Method and Description |
---|---|
MavenCoordinate |
AbstractUserConfiguration.asCoordinate(String groupId,
String artifactId,
String version,
String packaging)
Resolves this transformation to a Maven coordinate.
|
Modifier and Type | Method and Description |
---|---|
ClassLoader |
ClassLoaderResolver.resolve(MavenCoordinate mavenCoordinate)
Resolves a Maven coordinate to a class loader that can load all of the coordinates classes.
|
Copyright © 2014–2021. All rights reserved.