Class ContributionServiceHelper

java.lang.Object
org.ehrbase.service.contribution.ContributionServiceHelper

public class ContributionServiceHelper extends Object
Helper class for processing of CONTRIBUTIONs.
  • Constructor Details

    • ContributionServiceHelper

      public ContributionServiceHelper()
  • Method Details

    • unmarshalContribution

      public static ContributionWrapper unmarshalContribution(String content)
      Reads the given content JSON string as ContributionCreateDto
      Parameters:
      content - JSON CONTRIBUTION
      Returns:
      ContributionCreateDto representation of the input CONTRIBUTION String