public interface ParameterNameDiscoverer
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String[] |
getParameterNames(java.lang.reflect.Constructor<?> ctor)
Return parameter names for this constructor,
or
null if they cannot be determined. |
java.lang.String[] |
getParameterNames(java.lang.reflect.Method method)
Return parameter names for this method,
or
null if they cannot be determined. |
java.lang.String[] getParameterNames(java.lang.reflect.Method method)
null if they cannot be determined.method - method to find parameter names fornull if they cannotjava.lang.String[] getParameterNames(java.lang.reflect.Constructor<?> ctor)
null if they cannot be determined.ctor - constructor to find parameter names fornull if they cannotCopyright © 2018. All Rights Reserved.