public interface NamingStrategy
| Modifier and Type | Method and Description |
|---|---|
String |
getFullNameFor(MethodReference method) |
String |
getNameFor(FieldReference field) |
String |
getNameFor(MethodDescriptor method) |
String |
getNameFor(String cls) |
String |
getNameForFunction(String name) |
String |
getNameForInit(MethodReference method) |
String getNameFor(String cls) throws NamingException
NamingExceptionString getNameFor(MethodDescriptor method) throws NamingException
NamingExceptionString getNameForInit(MethodReference method) throws NamingException
NamingExceptionString getFullNameFor(MethodReference method) throws NamingException
NamingExceptionString getNameFor(FieldReference field) throws NamingException
NamingExceptionString getNameForFunction(String name) throws NamingException
NamingExceptionCopyright © 2015. All rights reserved.