Class MdmModelConverterSvcImpl

java.lang.Object
ca.uhn.fhir.jpa.mdm.svc.MdmModelConverterSvcImpl
All Implemented Interfaces:
IMdmModelConverterSvc

public class MdmModelConverterSvcImpl extends Object implements IMdmModelConverterSvc
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    ca.uhn.fhir.mdm.api.MdmLinkJson
    toJson(ca.uhn.fhir.mdm.api.IMdmLink theLink)
    Creates JSON representation of the provided MDM link
    ca.uhn.fhir.mdm.api.MdmLinkWithRevisionJson
    toJson(ca.uhn.fhir.mdm.api.MdmLinkWithRevision<? extends ca.uhn.fhir.mdm.api.IMdmLink<?>> theMdmLinkRevision)
    Creates JSON representation of the provided MDM link with revision data

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • toJson

      public ca.uhn.fhir.mdm.api.MdmLinkJson toJson(ca.uhn.fhir.mdm.api.IMdmLink theLink)
      Description copied from interface: IMdmModelConverterSvc
      Creates JSON representation of the provided MDM link
      Specified by:
      toJson in interface IMdmModelConverterSvc
      Parameters:
      theLink - Link to convert
      Returns:
      Returns the converted link
    • toJson

      public ca.uhn.fhir.mdm.api.MdmLinkWithRevisionJson toJson(ca.uhn.fhir.mdm.api.MdmLinkWithRevision<? extends ca.uhn.fhir.mdm.api.IMdmLink<?>> theMdmLinkRevision)
      Description copied from interface: IMdmModelConverterSvc
      Creates JSON representation of the provided MDM link with revision data
      Specified by:
      toJson in interface IMdmModelConverterSvc
      Parameters:
      theMdmLinkRevision - Link with revision data to convert
      Returns:
      Returns the converted link