Package | Description |
---|---|
net.bytebuddy.build |
A package for types that allow for applying Byte Buddy transformation during a build process.
|
Modifier and Type | Class and Description |
---|---|
static class |
RenamingPlugin.Renaming.Compound
A compound renaming.
|
static class |
RenamingPlugin.Renaming.ForPattern
A renaming that renames types by a given regular expression.
|
static class |
RenamingPlugin.Renaming.NoOp
A non-operational renaming.
|
Constructor and Description |
---|
Compound(RenamingPlugin.Renaming... renaming)
Creates a new compound renaming.
|
RenamingPlugin(RenamingPlugin.Renaming renaming)
Creates a renaming plugin for the given renaming that applies to all types.
|
RenamingPlugin(RenamingPlugin.Renaming renaming,
ElementMatcher<? super TypeDescription> matcher)
Creates a renaming plugin for the given renaming and type matcher.
|
RenamingRemapper(RenamingPlugin.Renaming renaming)
Creates a new renaming remapper.
|
Constructor and Description |
---|
Compound(List<? extends RenamingPlugin.Renaming> renamings)
Creates a new compound renaming.
|
Copyright © 2014–2024. All rights reserved.