public interface ParameterNameDiscoverer
| Modifier and Type | Method and Description |
|---|---|
String[] |
getParameterNames(Constructor ctor)
Return parameter names for this constructor,
or
null if they cannot be determined. |
String[] |
getParameterNames(Method method)
Return parameter names for this method,
or
null if they cannot be determined. |
String[] getParameterNames(Method method)
null if they cannot be determined.method - method to find parameter names fornull if they cannotString[] getParameterNames(Constructor ctor)
null if they cannot be determined.ctor - constructor to find parameter names fornull if they cannotCopyright © 2006–2018 TinyGroup. All rights reserved.