public final class Parameter extends Object
| Constructor | Description |
|---|---|
Parameter(int index,
String id,
Class<?> type) |
|
Parameter(int index,
String name,
Class<?> type,
Type genericType) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
Type |
getGenericType() |
|
int |
getIndex() |
|
String |
getName() |
|
Class<?> |
getType() |
|
int |
hashCode() |
|
String |
toString() |
Copyright © 2019. All rights reserved.