Package org.hl7.fhir.r4.utils
Class GraphQLSchemaGenerator
- java.lang.Object
-
- org.hl7.fhir.r4.utils.GraphQLSchemaGenerator
-
public class GraphQLSchemaGenerator extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGraphQLSchemaGenerator.FHIROperationType
-
Constructor Summary
Constructors Constructor Description GraphQLSchemaGenerator(IWorkerContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerateResource(OutputStream stream, StructureDefinition sd, List<SearchParameter> parameters, EnumSet<GraphQLSchemaGenerator.FHIROperationType> operations)voidgenerateTypes(OutputStream stream)
-
-
-
Constructor Detail
-
GraphQLSchemaGenerator
public GraphQLSchemaGenerator(IWorkerContext context)
-
-
Method Detail
-
generateTypes
public void generateTypes(OutputStream stream) throws IOException, org.hl7.fhir.exceptions.FHIRException
- Throws:
IOExceptionorg.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:
IOExceptionorg.hl7.fhir.exceptions.FHIRException
-
-