Package lumis.portal.rest
Class RestJSON
- java.lang.Object
-
- lumis.portal.rest.RestJSON
-
@StableMinor(version="16.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
- Version:
- $Revision: 26156 $ $Date: 2024-01-13 10:26:46 -0300 (Sat, 13 Jan 2024) $
-
-
Constructor Summary
Constructors Constructor Description RestJSON(java.lang.Object value)
Creates a new REST JSON based on the given object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getValue()
Returns the value that will be used to generate the JSON.
-