public static interface InvokeDynamic.InvocationProvider.NameProvider
| Modifier and Type | Interface and Description |
|---|---|
static class |
InvokeDynamic.InvocationProvider.NameProvider.ForExplicitName
A name provider that provides an explicit name.
|
static class |
InvokeDynamic.InvocationProvider.NameProvider.ForInterceptedMethod
A name provider that provides the name of the intercepted method.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
resolve(MethodDescription methodDescription)
Resolves the name given the intercepted method.
|
java.lang.String resolve(MethodDescription methodDescription)
methodDescription - The intercepted method.