Class ElmJsonLibraryReader

java.lang.Object
org.cqframework.cql.elm.serializing.jackson.ElmJsonLibraryReader
All Implemented Interfaces:
org.cqframework.cql.elm.serializing.ElmLibraryReader

public class ElmJsonLibraryReader extends Object implements org.cqframework.cql.elm.serializing.ElmLibraryReader
  • Constructor Details

    • ElmJsonLibraryReader

      public ElmJsonLibraryReader()
  • Method Details

    • read

      public org.hl7.elm.r1.Library read(File file) throws IOException
      Specified by:
      read in interface org.cqframework.cql.elm.serializing.ElmLibraryReader
      Throws:
      IOException
    • read

      public org.hl7.elm.r1.Library read(URL url) throws IOException
      Specified by:
      read in interface org.cqframework.cql.elm.serializing.ElmLibraryReader
      Throws:
      IOException
    • read

      public org.hl7.elm.r1.Library read(URI uri) throws IOException
      Specified by:
      read in interface org.cqframework.cql.elm.serializing.ElmLibraryReader
      Throws:
      IOException
    • read

      public org.hl7.elm.r1.Library read(String string) throws IOException
      Specified by:
      read in interface org.cqframework.cql.elm.serializing.ElmLibraryReader
      Throws:
      IOException
    • read

      public org.hl7.elm.r1.Library read(InputStream inputStream) throws IOException
      Specified by:
      read in interface org.cqframework.cql.elm.serializing.ElmLibraryReader
      Throws:
      IOException
    • read

      public org.hl7.elm.r1.Library read(Reader reader) throws IOException
      Specified by:
      read in interface org.cqframework.cql.elm.serializing.ElmLibraryReader
      Throws:
      IOException