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 |
---|---|
String |
resolve(MethodDescription methodDescription)
Resolves the name given the intercepted method.
|
String resolve(MethodDescription methodDescription)
methodDescription
- The intercepted method.Copyright © 2014–2019. All rights reserved.