public static class InvokeDynamic.InvocationProvider.NameProvider.ForExplicitName extends Object implements InvokeDynamic.InvocationProvider.NameProvider
InvokeDynamic.InvocationProvider.NameProvider.ForExplicitName, InvokeDynamic.InvocationProvider.NameProvider.ForInterceptedMethod| Constructor and Description | 
|---|
| ForExplicitName(String internalName)Creates a new name provider for an explicit name. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other) | 
| int | hashCode() | 
| String | resolve(MethodDescription methodDescription)Resolves the name given the intercepted method. | 
| String | toString() | 
public ForExplicitName(String internalName)
internalName - The name to be provided.public String resolve(MethodDescription methodDescription)
InvokeDynamic.InvocationProvider.NameProviderresolve in interface InvokeDynamic.InvocationProvider.NameProvidermethodDescription - The intercepted method.Copyright © 2014–2016. All rights reserved.