Package org.hl7.fhir.r4.conformance
Class ShExGenerator
java.lang.Object
org.hl7.fhir.r4.conformance.ShExGenerator
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
class
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongenerate
(ShExGenerator.HTMLLinkPolicy links, List<StructureDefinition> structures) this is called externally to generate a set of structures to a single ShEx file generally, it will be called with a single structure, or a long list of structures (all of them)generate
(ShExGenerator.HTMLLinkPolicy links, StructureDefinition structure)
-
Field Details
-
doDatatypes
-
withComments
-
completeModel
-
-
Constructor Details
-
ShExGenerator
-
-
Method Details
-
generate
-
generate
this is called externally to generate a set of structures to a single ShEx file generally, it will be called with a single structure, or a long list of structures (all of them)- Parameters:
links
- HTML link rendering policystructures
- list of structure definitions to render- Returns:
- ShEx definition of structures
-