|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParameterNameResolver
Method Summary | |
---|---|
String[] |
getParameterNames(Constructor<?> constructor)
Returns an empty String array if no parameters are declared. |
String[] |
getParameterNames(Method method)
Returns an empty String array if no parameters are declared |
Method Detail |
---|
String[] getParameterNames(Constructor<?> constructor) throws ReflectionException
constructor
- the constructor
ReflectionException
- in case retrieving the parameter names failsString[] getParameterNames(Method method) throws ReflectionException
method
- the method
ReflectionException
- in case retrieving the parameter names fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |