Interface JohnsonEventSerializer


@ParametersAreNonnullByDefault public interface JohnsonEventSerializer
Since:
7.4
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.gson.JsonObject
    toJSON(com.atlassian.johnson.event.Event johnsonEvent)
    Serializes the give Johnson Event.
  • Method Details

    • toJSON

      @Nonnull com.google.gson.JsonObject toJSON(com.atlassian.johnson.event.Event johnsonEvent)
      Serializes the give Johnson Event.
      Returns:
      JSONObject representing an Event