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 Stringprotected booleanprotected Typeprotected Stringprotected Parameter.ParamTypeprotected ResourceClassprotected longprotected Class<?> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedParameter(ResourceClass resourceClass, Class<?> type, Type genericType) -
Method Summary
Modifier and TypeMethodDescriptionabstract AccessibleObjectabstract Annotation[]longClass<?> 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
-