EMPTY_NAMES| 构造器和说明 |
|---|
NullParanamer() |
| 限定符和类型 | 方法和说明 |
|---|---|
String[] |
lookupParameterNames(AccessibleObject methodOrConstructor)
Lookup the parameter names of a given method.
|
String[] |
lookupParameterNames(AccessibleObject methodOrConstructor,
boolean throwExceptionIfMissing)
Lookup the parameter names of a given method.
|
public String[] lookupParameterNames(AccessibleObject methodOrConstructor)
ParanamerlookupParameterNames 在接口中 ParanamermethodOrConstructor - the Method or Constructor for which the parameter names
are looked up.public String[] lookupParameterNames(AccessibleObject methodOrConstructor, boolean throwExceptionIfMissing)
ParanamerlookupParameterNames 在接口中 ParanamermethodOrConstructor - the Method or Constructor for which the parameter names
are looked up.throwExceptionIfMissing - whether to throw an exception if no Paranamer data found (versus return null).Copyright © 2018. All rights reserved.