public static interface InvokeDynamic.InvocationProvider.NameProvider
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | InvokeDynamic.InvocationProvider.NameProvider.ForExplicitNameA name provider that provides an explicit name. | 
| static class  | InvokeDynamic.InvocationProvider.NameProvider.ForInterceptedMethodA 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–2024. All rights reserved.