Package org.jboss.resteasy.spi.metadata
Class Parameter
java.lang.Object
org.jboss.resteasy.spi.metadata.Parameter
- Direct Known Subclasses:
ConstructorParameter
,FieldParameter
,MethodParameter
,SetterParameter
- Version:
- $Revision: 1 $
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected boolean
protected Type
protected String
protected Parameter.ParamType
protected ResourceClass
protected long
protected Class<?>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Parameter
(ResourceClass resourceClass, Class<?> type, Type genericType) -
Method Summary
Modifier and TypeMethodDescriptionabstract AccessibleObject
abstract Annotation[]
long
Class<?>
getType()
boolean
-
Field Details
-
resourceClass
-
type
-
genericType
-
paramType
-
paramName
-
encoded
protected boolean encoded -
defaultValue
-
suspendTimeout
protected long suspendTimeout
-
-
Constructor Details
-
Parameter
-
-
Method Details
-
getResourceClass
-
getType
-
getGenericType
-
getParamType
-
getParamName
-
isEncoded
public boolean isEncoded() -
getDefaultValue
-
getSuspendTimeout
public long getSuspendTimeout() -
getAccessibleObject
-
getAnnotations
-