Package com.atlassian.jira.health.web
Interface JohnsonEventSerializer
@ParametersAreNonnullByDefault
public interface JohnsonEventSerializer
- Since:
- 7.4
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.gson.JsonObject
toJSON
(com.atlassian.johnson.event.Event johnsonEvent) Serializes the give JohnsonEvent
.
-
Method Details
-
toJSON
@Nonnull com.google.gson.JsonObject toJSON(com.atlassian.johnson.event.Event johnsonEvent) Serializes the give JohnsonEvent
.- Returns:
- JSONObject representing an
Event
-