|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
org.codehaus.enunciate.contract.jaxrs.ResourceParameter
public class ResourceParameter
Parameter for a JAX-RS resource.
| Field Summary |
|---|
| Fields inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration |
|---|
delegate, javaDoc |
| Constructor Summary | |
|---|---|
ResourceParameter(com.sun.mirror.declaration.Declaration declaration)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDefaultValue()
The default value. |
java.lang.String |
getParameterName()
The parameter name. |
java.lang.String |
getTypeName()
The type of the parameter. |
XmlType |
getXmlType()
The xml type of the parameter, if applicable. |
boolean |
isCookieParam()
Whether this is a cookie parameter. |
boolean |
isFormParam()
Whether this is a form parameter. |
boolean |
isHeaderParam()
Whether this is a header parameter. |
boolean |
isMatrixParam()
Whether this is a matrix parameter. |
boolean |
isPathParam()
Whether this is a path parameter. |
boolean |
isQueryParam()
Whether this is a query parameter. |
static boolean |
isResourceParameter(com.sun.mirror.declaration.Declaration candidate)
|
| Methods inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration |
|---|
accept, constructJavaDoc, equals, getAnnotation, getAnnotationMirrors, getAnnotations, getDelegate, getDocComment, getDocValue, getJavaDoc, getModifiers, getPosition, getSimpleName, isAbstract, isFinal, isNative, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSynchronized, isTransient, isVolatile, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceParameter(com.sun.mirror.declaration.Declaration declaration)
| Method Detail |
|---|
public static boolean isResourceParameter(com.sun.mirror.declaration.Declaration candidate)
public java.lang.String getParameterName()
public java.lang.String getDefaultValue()
public boolean isMatrixParam()
public boolean isQueryParam()
public boolean isPathParam()
public boolean isCookieParam()
public boolean isHeaderParam()
public boolean isFormParam()
public java.lang.String getTypeName()
public XmlType getXmlType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||