public static interface MethodRebaseResolver.MethodNameTransformer
MethodRebaseResolver
Modifier and Type | Interface and Description |
---|---|
static class |
MethodRebaseResolver.MethodNameTransformer.Suffixing
A method name transformer that adds a fixed suffix to an original method name.
|
Modifier and Type | Method and Description |
---|---|
String |
transform(String originalName)
Transforms a method's name to an alternative name.
|
Copyright © 2014. All rights reserved.