Uses of Interface
net.bytebuddy.build.RenamingPlugin.Renaming
-
Packages that use RenamingPlugin.Renaming Package Description net.bytebuddy.build A package for types that allow for applying Byte Buddy transformation during a build process. -
-
Uses of RenamingPlugin.Renaming in net.bytebuddy.build
Classes in net.bytebuddy.build that implement RenamingPlugin.Renaming Modifier and Type Class 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.Fields in net.bytebuddy.build declared as RenamingPlugin.Renaming Modifier and Type Field Description private RenamingPlugin.Renaming
RenamingPlugin. renaming
The renaming to apply.private RenamingPlugin.Renaming
RenamingPlugin.RenamingRemapper. renaming
The renaming to apply.Fields in net.bytebuddy.build with type parameters of type RenamingPlugin.Renaming Modifier and Type Field Description private java.util.List<RenamingPlugin.Renaming>
RenamingPlugin.Renaming.Compound. renamings
The renamings to apply.Constructors in net.bytebuddy.build with parameters of type RenamingPlugin.Renaming Constructor 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 parameters in net.bytebuddy.build with type arguments of type RenamingPlugin.Renaming Constructor Description Compound(java.util.List<? extends RenamingPlugin.Renaming> renamings)
Creates a new compound renaming.
-