public class MethodParameter extends Parameter
Parameter.ParamType
Modifier and Type | Field and Description |
---|---|
protected java.lang.annotation.Annotation[] |
annotations |
protected ResourceLocator |
locator |
defaultValue, encoded, genericType, paramName, paramType, resourceClass, suspendTimeout, type
Modifier | Constructor and Description |
---|---|
protected |
MethodParameter(ResourceLocator locator,
java.lang.Class<?> type,
java.lang.reflect.Type genericType,
java.lang.annotation.Annotation[] annotations) |
Modifier and Type | Method and Description |
---|---|
java.lang.reflect.AccessibleObject |
getAccessibleObject() |
java.lang.annotation.Annotation[] |
getAnnotations() |
getDefaultValue, getGenericType, getParamName, getParamType, getResourceClass, getSuspendTimeout, getType, isEncoded
protected java.lang.annotation.Annotation[] annotations
protected ResourceLocator locator
protected MethodParameter(ResourceLocator locator, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations)
public java.lang.reflect.AccessibleObject getAccessibleObject()
getAccessibleObject
in class Parameter
public java.lang.annotation.Annotation[] getAnnotations()
getAnnotations
in class Parameter