Interface HistoryMetadataMarshaller

All Known Implementing Classes:
JsonHistoryMetadataMarshaller

public interface HistoryMetadataMarshaller
Allows converting the HistoryMetadata object to and from the representation that's stored in the database
Since:
JIRA 6.3
  • Method Details

    • unmarshall

      @Nullable HistoryMetadata unmarshall(@Nonnull String input)
      Parameters:
      input - a String representation of HistoryMetadata created by this marshaller
      Returns:
      a HistoryMetadata object based on it's string representation, or null if the representation is invalid
    • marshall

      String marshall(@Nonnull HistoryMetadata historyMetadata)
      Parameters:
      historyMetadata - a HistoryMetadata object to marshall
      Returns:
      a string representation of the HistoryMetadata object