public interface

HistoryMetadataMarshaller

com.atlassian.jira.issue.changehistory.metadata.HistoryMetadataMarshaller
Known Indirect Subclasses

Class Overview

Allows converting the HistoryMetadata object to and from the representation that's stored in the database

Summary

Public Methods
String marshall(HistoryMetadata historyMetadata)
@Nullable HistoryMetadata unmarshall(String input)

Public Methods

public String marshall (HistoryMetadata historyMetadata)

Parameters
historyMetadata a HistoryMetadata object to marshall
Returns
  • a string representation of the HistoryMetadata object

@Nullable public HistoryMetadata unmarshall (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