public class ChainedParamReader extends Object
| Constructor and Description |
|---|
ChainedParamReader(Class cls)
Process a given class's parameter names
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getParameterNames(Constructor ctor)
return the names of the declared parameters for the given constructor.
|
String[] |
getParameterNames(Method method)
return the names of the declared parameters for the given method.
|
public ChainedParamReader(Class cls) throws IOException
cls - the class which user wants to get parameter info fromIOExceptionpublic String[] getParameterNames(Constructor ctor)
ctor - public String[] getParameterNames(Method method)
method - Copyright © The Apache Software Foundation. All Rights Reserved.