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 Summary
Modifier and TypeMethodDescriptionmarshall(HistoryMetadata historyMetadata) unmarshall(String input)
-
Method Details
-
unmarshall
- 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
- Parameters:
historyMetadata- a HistoryMetadata object to marshall- Returns:
- a string representation of the HistoryMetadata object
-