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