| Package | Description |
|---|---|
| org.hl7.fhir.utilities.graphql |
| Modifier and Type | Method and Description |
|---|---|
static Package |
Parser.parse(InputStream source) |
static Package |
Parser.parse(String source) |
static Package |
Parser.parseFile(String filename) |
static Package |
Parser.parseJson(InputStream source) |
void |
Argument.valuesFromNode(com.google.gson.JsonElement json) |
abstract void |
Value.write(StringBuilder b,
int indent) |
void |
Argument.write(StringBuilder b,
int indent) |
void |
ObjectValue.write(StringBuilder b,
int indent)
Write the output using the system default line separator (as defined in
System.lineSeparator |
void |
ObjectValue.write(StringBuilder b,
Integer indent,
String lineSeparator)
Write the output using the system default line separator (as defined in
System.lineSeparator |
| Constructor and Description |
|---|
Argument(String name,
com.google.gson.JsonElement json) |
ObjectValue(com.google.gson.JsonObject json) |
Copyright © 2014–2018 University Health Network. All rights reserved.