Interface JohnsonEventSerializer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      @NonNull Json toJson​(com.atlassian.johnson.event.Event johnsonEvent)
      Converts the given Johnson Event to JSON.
    • Method Detail

      • toJson

        @NonNull Json toJson​(com.atlassian.johnson.event.Event johnsonEvent)
        Converts the given Johnson Event to JSON.
        Parameters:
        johnsonEvent - the event to serialize
        Returns:
        the JSON object for the event