|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.contract.jaxrs.ResourceRepresentationMetadata
public class ResourceRepresentationMetadata
Metadata about the representations of a resource, as provided by a resource methods.
| Constructor Summary | |
|---|---|
ResourceRepresentationMetadata(net.sf.jelly.apt.decorations.type.DecoratedTypeMirror delegate)
|
|
ResourceRepresentationMetadata(com.sun.mirror.type.TypeMirror delegate,
java.lang.String docValue)
|
|
| Method Summary | |
|---|---|
com.sun.mirror.type.TypeMirror |
getDelegate()
|
java.lang.String |
getDocValue()
The documentation. |
JsonType |
getJsonType()
The type for the JSON representation, if any. |
ElementDeclaration |
getXmlElement()
The element for the XML representation, if any. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceRepresentationMetadata(net.sf.jelly.apt.decorations.type.DecoratedTypeMirror delegate)
public ResourceRepresentationMetadata(com.sun.mirror.type.TypeMirror delegate,
java.lang.String docValue)
| Method Detail |
|---|
public java.lang.String getDocValue()
public ElementDeclaration getXmlElement()
public JsonType getJsonType()
public com.sun.mirror.type.TypeMirror getDelegate()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||