public static interface NamingStrategy.Suffixing.BaseNameResolver
Modifier and Type | Interface and Description |
---|---|
static class |
NamingStrategy.Suffixing.BaseNameResolver.ForFixedValue
A base name resolver that simply returns a fixed value.
|
static class |
NamingStrategy.Suffixing.BaseNameResolver.ForGivenType
Uses a specific type's name as the resolved name.
|
static class |
NamingStrategy.Suffixing.BaseNameResolver.ForUnnamedType
Uses the unnamed type's super type's name as the resolved name.
|
static class |
NamingStrategy.Suffixing.BaseNameResolver.WithCallerSuffix
A base name resolver that adds the name of the class that is invoking
ByteBuddy . |
Modifier and Type | Method and Description |
---|---|
String |
resolve(TypeDescription typeDescription)
Resolves the base name for a given type description.
|
String resolve(TypeDescription typeDescription)
typeDescription
- The type for which the base name is resolved.Copyright © 2014–2025. All rights reserved.