public class ParameterMetaData extends Object
| Constructor and Description |
|---|
ParameterMetaData(Class<?> type,
int position,
Set<Annotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Set<Annotation> |
getAnnotations() |
Type |
getBaseType() |
int |
getPosition() |
Class<?> |
getRawType() |
String |
toString() |
public ParameterMetaData(Class<?> type, int position, Set<Annotation> annotations)
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.