public class ChainedParamReader extends Object
| Constructor and Description |
|---|
ChainedParamReader(Class cls)
Processes a given class's parameter names.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getParameterNames(Constructor ctor)
Returns the names of the declared parameters for the given constructor.
|
String[] |
getParameterNames(Method method)
Returns 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 © 2004–2020 The Apache Software Foundation. All rights reserved.