| Package | Description |
|---|---|
| org.glassfish.hk2.classmodel.reflect | |
| org.glassfish.hk2.classmodel.reflect.impl |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
MethodModel.getParameter(int index)
Return the parameter by index
|
| Modifier and Type | Method and Description |
|---|---|
List<Parameter> |
MethodModel.getParameters()
Returns the list of parameter
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterImpl |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
MethodModelImpl.getParameter(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<Parameter> |
MethodSignatureVisitorImpl.getParameters() |
List<Parameter> |
MethodModelImpl.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodModelImpl.setParameters(List<Parameter> parameters) |
Copyright © 2009–2022 Oracle Corporation. All rights reserved.