Class ElmXmlLibraryWriter

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

public class ElmXmlLibraryWriter extends Object implements org.cqframework.cql.elm.serializing.ElmLibraryWriter
Implementation of an ELM XML serializer using the Jackson serialization framework. This implementation is known non-functional, but after 3 different devs fiddling with it for untold frustrating hours, we are abandoning it for now as a use case we don't care about anyway
  • Constructor Details

    • ElmXmlLibraryWriter

      public ElmXmlLibraryWriter()
  • 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