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 |
---|---|
EntryPoint |
Initialization.getEntryPoint(ClassLoaderResolver classLoaderResolver,
String groupId,
String artifactId,
String version,
String packaging)
Resolves the described entry point.
|
protected abstract ClassLoader |
ByteBuddyMojo.Transformer.toClassLoader(ClassLoaderResolver classLoaderResolver,
String groupId,
String artifactId,
String version,
String packaging)
Resolves the class loader to use for resolving the plugin.
|
protected ClassLoader |
ByteBuddyMojo.Transformer.ForConfiguredPlugin.toClassLoader(ClassLoaderResolver classLoaderResolver,
String groupId,
String artifactId,
String version,
String packaging) |
protected ClassLoader |
ByteBuddyMojo.Transformer.ForDiscoveredPlugin.toClassLoader(ClassLoaderResolver classLoaderResolver,
String groupId,
String artifactId,
String version,
String packaging) |
Copyright © 2014–2024. All rights reserved.