Class RestJSON


  • @StableMinor(version="14.0",
                 sinceVersion="6.1")
    public class RestJSON
    extends 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: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
    • Constructor Detail

      • RestJSON

        public RestJSON​(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 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