public interface Parameter
| Modifier and Type | Method and Description |
|---|---|
Annotation |
getAnnotation() |
Annotation[] |
getAnnotations() |
String |
getDefaultValue() |
Type |
getGenericType() |
Class<?> |
getParameterClass() |
boolean |
isEncoded() |
Annotation[] getAnnotations()
Annotation getAnnotation()
PathParam, QueryParam,
etc.boolean isEncoded()
String getDefaultValue()
Type getGenericType()
Method.getGenericParameterTypes()Class<?> getParameterClass()
Method.getParameterTypes()Copyright © 2015. All rights reserved.