public class ConstructorParameter extends Parameter
Parameter.ParamType
Modifier and Type | Field and Description |
---|---|
protected Annotation[] |
annotations |
protected ResourceConstructor |
constructor |
defaultValue, encoded, genericType, paramName, paramType, resourceClass, suspendTimeout, type
Modifier | Constructor and Description |
---|---|
protected |
ConstructorParameter(ResourceConstructor constructor,
String name,
Class<?> type,
Type genericType,
Annotation[] annotations) |
Modifier and Type | Method and Description |
---|---|
AccessibleObject |
getAccessibleObject() |
Annotation[] |
getAnnotations() |
getDefaultValue, getGenericType, getParamName, getParamType, getResourceClass, getSuspendTimeout, getType, isEncoded
protected Annotation[] annotations
protected ResourceConstructor constructor
protected ConstructorParameter(ResourceConstructor constructor, String name, Class<?> type, Type genericType, Annotation[] annotations)
public AccessibleObject getAccessibleObject()
getAccessibleObject
in class Parameter
public Annotation[] getAnnotations()
getAnnotations
in class Parameter
Copyright © 2021 JBoss by Red Hat. All rights reserved.