Class ElmJsonLibraryWriter

java.lang.Object
org.cqframework.cql.elm.serializing.jackson.ElmJsonLibraryWriter
All Implemented Interfaces:
org.cqframework.cql.elm.serializing.ElmLibraryWriter

public class ElmJsonLibraryWriter extends Object implements org.cqframework.cql.elm.serializing.ElmLibraryWriter
  • Constructor Details

    • ElmJsonLibraryWriter

      public ElmJsonLibraryWriter()
  • Method Details

    • write

      public void write(org.hl7.elm.r1.Library library, Writer writer) throws IOException
      Specified by:
      write in interface org.cqframework.cql.elm.serializing.ElmLibraryWriter
      Throws:
      IOException
    • writeAsString

      public String writeAsString(org.hl7.elm.r1.Library library)
      Specified by:
      writeAsString in interface org.cqframework.cql.elm.serializing.ElmLibraryWriter