Interface JsonMessage

    • Method Detail

      • getJson

        @Deprecated
        java.lang.String getJson()
        Deprecated.
        Use getJsonObject instead of this method, string format no-longer supported.
        Gets the JSON string of the message.
        Returns:
        The JSON string.
      • getJsonObject

        java.lang.Object getJsonObject()
        Gets the JSON object
        Returns:
        json as Object
      • isPatch

        boolean isPatch()
        Is this JSON message a patch of existing data.
        Returns:
        Whether the JSON message is a patch or not.