|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.rest.RestJSON
@StableMinor(version="6.1", sinceVersion="6.1") public class RestJSON
Class that represents the JSON type used in REST.
Converters
that support JSON type in REST must be
able to convert from and/or to this type.
Constructor Summary | |
---|---|
RestJSON(java.lang.Object value)
Creates a new REST JSON based on the given object. |
Method Summary | |
---|---|
java.lang.Object |
getValue()
Returns the value that will be used to generate the JSON. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RestJSON(java.lang.Object value)
value
- the object that will be used to generate the JSON.Method Detail |
---|
public java.lang.Object getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |