|
|||||||||
| 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.ResourceEntityParameter
public class ResourceEntityParameter
An entity parameter.
| Field Summary |
|---|
| Fields inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration |
|---|
delegate, javaDoc |
| Constructor Summary | |
|---|---|
ResourceEntityParameter(com.sun.mirror.declaration.Declaration delegate,
com.sun.mirror.type.TypeMirror type)
|
|
ResourceEntityParameter(com.sun.mirror.declaration.ParameterDeclaration delegate)
|
|
| Method Summary | |
|---|---|
JsonType |
getJsonType()
The JSON element associated with the entity parameter, or null if none (or unknown). |
com.sun.mirror.type.TypeMirror |
getType()
|
ElementDeclaration |
getXmlElement()
The XML element associated with the entity parameter, or null if none (or unknown). |
| 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 ResourceEntityParameter(com.sun.mirror.declaration.ParameterDeclaration delegate)
public ResourceEntityParameter(com.sun.mirror.declaration.Declaration delegate,
com.sun.mirror.type.TypeMirror type)
| Method Detail |
|---|
public ElementDeclaration getXmlElement()
public JsonType getJsonType()
public com.sun.mirror.type.TypeMirror getType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||