public class MethodParameter extends Parameter
Parameter.ParamType
Modifier and Type | Field and Description |
---|---|
protected Annotation[] |
annotations |
protected ResourceLocator |
locator |
defaultValue, encoded, genericType, paramName, paramType, resourceClass, type
Modifier | Constructor and Description |
---|---|
protected |
MethodParameter(ResourceLocator locator,
String name,
Class<?> type,
Type genericType,
Annotation[] annotations) |
Modifier and Type | Method and Description |
---|---|
AccessibleObject |
getAccessibleObject() |
Annotation[] |
getAnnotations() |
getDefaultValue, getGenericType, getParamName, getParamType, getResourceClass, getType, isEncoded, setDefaultValue, setEncoded, setParamName, setParamType, setResourceClass
protected Annotation[] annotations
protected ResourceLocator locator
protected MethodParameter(ResourceLocator locator, String name, Class<?> type, Type genericType, Annotation[] annotations)
public AccessibleObject getAccessibleObject()
getAccessibleObject
in class Parameter
public Annotation[] getAnnotations()
getAnnotations
in class Parameter
Copyright © 2020 JBoss by Red Hat. All rights reserved.