@HashCodeAndEqualsPlugin.Enhance public static class InvokeDynamic.InvocationProvider.NameProvider.ForExplicitName extends Object implements InvokeDynamic.InvocationProvider.NameProvider
InvokeDynamic.InvocationProvider.NameProvider.ForExplicitName, InvokeDynamic.InvocationProvider.NameProvider.ForInterceptedMethod
Modifier | Constructor and Description |
---|---|
protected |
ForExplicitName(String internalName)
Creates a new name provider for an explicit name.
|
Modifier and Type | Method and Description |
---|---|
String |
resolve(MethodDescription methodDescription)
Resolves the name given the intercepted method.
|
protected ForExplicitName(String internalName)
internalName
- The name to be provided.public String resolve(MethodDescription methodDescription)
resolve
in interface InvokeDynamic.InvocationProvider.NameProvider
methodDescription
- The intercepted method.Copyright © 2014–2020. All rights reserved.