public interface Parameter extends AnnotatedElement, ParameterizedType
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Returns the parameter index
|
MethodModel |
getMethod()
Parameters of a method are ordered based on the method
declaration.
|
getAnnotation, getAnnotations, getName, shortDescgetFormalType, getParameterizedTypes, getType, getTypeName, isArray, isFormalTypeMethodModel getMethod()
int getIndex()
Copyright © 2009–2022 Oracle Corporation. All rights reserved.