| Modifier and Type | Class and Description |
|---|---|
static class |
ByteBuddyMojo.ForDependencyFolder
Transforms all jars for a folder containing jar files, typically project dependencies.
|
static class |
ByteBuddyMojo.ForExplicitLocations
Transforms specified classes from files in a folder or a jar file to a folder or jar file.
|
static class |
ByteBuddyMojo.ForExplicitLocations.ForTestTypes
Transforms specified classes from files in a folder or a jar file to a folder or jar file.
|
static class |
ByteBuddyMojo.ForExplicitLocations.WithExtendedDependencies
Transforms specified classes from files in a folder or a jar file to a folder or jar file.
|
static class |
ByteBuddyMojo.ForExplicitLocations.WithoutRuntimeDependencies
Transforms specified classes from files in a folder or a jar file to a folder or jar file.
|
static class |
ByteBuddyMojo.ForExplicitLocations.WithRuntimeDependencies
Transforms specified classes from files in a folder or a jar file to a folder or jar file.
|
static class |
ByteBuddyMojo.ForLifecycleTypes
A version of the plugin that is bound to Maven's lifecycle.
|
static class |
ByteBuddyMojo.ForLifecycleTypes.ForProductionTypes
A Byte Buddy plugin that transforms a project's production class files.
|
static class |
ByteBuddyMojo.ForLifecycleTypes.ForProductionTypes.WithExtendedDependencies
A Byte Buddy plugin that transforms a project's production class files where all scopes but the test scope are included.
|
static class |
ByteBuddyMojo.ForLifecycleTypes.ForProductionTypes.WithoutRuntimeDependencies
A Byte Buddy plugin that transforms a project's production class files where runtime class
path elements are not included.
|
static class |
ByteBuddyMojo.ForLifecycleTypes.ForProductionTypes.WithRuntimeDependencies
A Byte Buddy plugin that transforms a project's production class files where runtime class
path elements are included.
|
static class |
ByteBuddyMojo.ForLifecycleTypes.ForTestTypes
A Byte Buddy plugin that transforms a project's test class files.
|
Copyright © 2014–2025. All rights reserved.