Class RestStructuredContentJSON


  • public class RestStructuredContentJSON
    extends java.lang.Object
    Class that represents the Structured Content JSON type used in REST.

    Converters that support Structured Content JSON type in REST must be able to convert from and/or to this type.

    Since:
    %LUM_NEXT_VERSION%
    • Constructor Summary

      Constructors 
      Constructor Description
      RestStructuredContentJSON​(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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RestStructuredContentJSON

        public RestStructuredContentJSON​(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:
        %LUM_NEXT_VERSION%
    • 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:
        %LUM_NEXT_VERSION%