Package org.hl7.fhir.utilities.graphql
Class Parser
- java.lang.Object
-
- org.hl7.fhir.utilities.graphql.Parser
-
-
Constructor Summary
Constructors Constructor Description Parser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Packageparse(InputStream source)static Packageparse(String source)static PackageparseFile(String filename)static PackageparseJson(InputStream source)
-
-
-
Constructor Detail
-
Parser
public Parser()
-
-
Method Detail
-
parse
public static Package parse(String source) throws IOException, EGraphQLException, EGraphEngine
- Throws:
IOExceptionEGraphQLExceptionEGraphEngine
-
parse
public static Package parse(InputStream source) throws IOException, EGraphQLException, EGraphEngine
- Throws:
IOExceptionEGraphQLExceptionEGraphEngine
-
parseFile
public static Package parseFile(String filename) throws FileNotFoundException, IOException, EGraphQLException, EGraphEngine
-
parseJson
public static Package parseJson(InputStream source) throws EGraphQLException, IOException, EGraphEngine
- Throws:
EGraphQLExceptionIOExceptionEGraphEngine
-
-