public class FieldParameter extends Parameter
Parameter.ParamType
Modifier and Type | Field and Description |
---|---|
protected java.lang.reflect.Field |
field |
defaultValue, encoded, genericType, paramName, paramType, resourceClass, suspendTimeout, type
Modifier | Constructor and Description |
---|---|
protected |
FieldParameter(ResourceClass declaredClass,
java.lang.reflect.Field field) |
Modifier and Type | Method and Description |
---|---|
java.lang.reflect.AccessibleObject |
getAccessibleObject() |
java.lang.annotation.Annotation[] |
getAnnotations() |
java.lang.reflect.Field |
getField() |
getDefaultValue, getGenericType, getParamName, getParamType, getResourceClass, getSuspendTimeout, getType, isEncoded
protected FieldParameter(ResourceClass declaredClass, java.lang.reflect.Field field)
public java.lang.reflect.AccessibleObject getAccessibleObject()
getAccessibleObject
in class Parameter
public java.lang.annotation.Annotation[] getAnnotations()
getAnnotations
in class Parameter
public java.lang.reflect.Field getField()