public class GraphQLSchemaGenerator extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GraphQLSchemaGenerator.FHIROperationType |
| Constructor and Description |
|---|
GraphQLSchemaGenerator(IWorkerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
generateResource(OutputStream stream,
StructureDefinition sd,
List<SearchParameter> parameters,
EnumSet<GraphQLSchemaGenerator.FHIROperationType> operations) |
void |
generateTypes(OutputStream stream) |
public GraphQLSchemaGenerator(IWorkerContext context)
public void generateTypes(OutputStream stream) throws IOException, org.hl7.fhir.exceptions.FHIRException
IOExceptionorg.hl7.fhir.exceptions.FHIRExceptionpublic void generateResource(OutputStream stream, StructureDefinition sd, List<SearchParameter> parameters, EnumSet<GraphQLSchemaGenerator.FHIROperationType> operations) throws IOException, org.hl7.fhir.exceptions.FHIRException
IOExceptionorg.hl7.fhir.exceptions.FHIRExceptionCopyright © 2014–2021 Health Level 7. All rights reserved.