public interface MethodNameTransformer
MethodRebaseResolver| Modifier and Type | Interface and Description |
|---|---|
static class |
MethodNameTransformer.Prefixing
A method name transformer that adds a fixed prefix to an original method name.
|
static class |
MethodNameTransformer.Suffixing
A method name transformer that adds a fixed suffix to an original method name, separated by a
$. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
transform(MethodDescription methodDescription)
Transforms a method's name to an alternative name.
|
java.lang.String transform(MethodDescription methodDescription)
methodDescription - The original method.