public class MethodParameter extends Parameter
Parameter.ParamType| Modifier and Type | Field and Description |
|---|---|
protected Annotation[] |
annotations |
protected ResourceLocator |
locator |
defaultValue, description, encoded, genericType, isRequired, paramName, paramType, resourceClass, suspendTimeout, type| Modifier | Constructor and Description |
|---|---|
protected |
MethodParameter(ResourceLocator locator,
Class<?> type,
Type genericType,
Annotation[] annotations,
DocDescription docDescription,
DocIsRequired docIsRequired) |
| Modifier and Type | Method and Description |
|---|---|
AccessibleObject |
getAccessibleObject() |
Annotation[] |
getAnnotations() |
getDefaultValue, getDescription, getGenericType, getIsRequired, getParamName, getParamType, getResourceClass, getSuspendTimeout, getType, isEncodedprotected Annotation[] annotations
protected ResourceLocator locator
protected MethodParameter(ResourceLocator locator, Class<?> type, Type genericType, Annotation[] annotations, DocDescription docDescription, DocIsRequired docIsRequired)
public AccessibleObject getAccessibleObject()
getAccessibleObject in class Parameterpublic Annotation[] getAnnotations()
getAnnotations in class ParameterCopyright © 2015. All rights reserved.