Package org.hl7.fhir.r4.utils
Class GraphQLSchemaGenerator
java.lang.Object
org.hl7.fhir.r4.utils.GraphQLSchemaGenerator
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
generateResource
(OutputStream stream, StructureDefinition sd, List<SearchParameter> parameters, EnumSet<GraphQLSchemaGenerator.FHIROperationType> operations) void
generateTypes
(OutputStream stream)
-
Constructor Details
-
GraphQLSchemaGenerator
-
-
Method Details
-
generateTypes
public void generateTypes(OutputStream stream) throws IOException, org.hl7.fhir.exceptions.FHIRException - Throws:
IOException
org.hl7.fhir.exceptions.FHIRException
-
generateResource
public void generateResource(OutputStream stream, StructureDefinition sd, List<SearchParameter> parameters, EnumSet<GraphQLSchemaGenerator.FHIROperationType> operations) throws IOException, org.hl7.fhir.exceptions.FHIRException - Throws:
IOException
org.hl7.fhir.exceptions.FHIRException
-