lumis.portal.rest
Class RestJSON

Package class diagram package RestJSON
java.lang.Object
  extended by lumis.portal.rest.RestJSON

@StableMinor(version="6.1",
             sinceVersion="6.1")
public class RestJSON
extends java.lang.Object

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.

Since:
6.1.0

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

RestJSON

public RestJSON(java.lang.Object value)
Creates a new REST JSON based on the given object.

Parameters:
value - the object that will be used to generate the JSON.
Since:
6.1.0
Method Detail

getValue

public java.lang.Object getValue()
Returns the value that will be used to generate the JSON.

Returns:
the value that will be used to generate the JSON.
Since:
6.1.0


Lumisportal  6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.