Package dev.dsf.fhir.validation
Class SnapshotGeneratorImpl
java.lang.Object
dev.dsf.fhir.validation.SnapshotGeneratorImpl
- All Implemented Interfaces:
SnapshotGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.dsf.fhir.validation.SnapshotGenerator
SnapshotGenerator.SnapshotWithValidationMessages -
Constructor Summary
ConstructorsConstructorDescriptionSnapshotGeneratorImpl(ca.uhn.fhir.context.FhirContext fhirContext, ca.uhn.fhir.context.support.IValidationSupport validationSupport) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.hl7.fhir.r4.context.IWorkerContextcreateWorker(ca.uhn.fhir.context.FhirContext context, ca.uhn.fhir.context.support.IValidationSupport validationSupport) generateSnapshot(org.hl7.fhir.r4.model.StructureDefinition differential) generateSnapshot(org.hl7.fhir.r4.model.StructureDefinition differential, String baseAbsoluteUrlPrefix)
-
Constructor Details
-
SnapshotGeneratorImpl
public SnapshotGeneratorImpl(ca.uhn.fhir.context.FhirContext fhirContext, ca.uhn.fhir.context.support.IValidationSupport validationSupport)
-
-
Method Details
-
createWorker
protected org.hl7.fhir.r4.context.IWorkerContext createWorker(ca.uhn.fhir.context.FhirContext context, ca.uhn.fhir.context.support.IValidationSupport validationSupport) -
generateSnapshot
public SnapshotGenerator.SnapshotWithValidationMessages generateSnapshot(org.hl7.fhir.r4.model.StructureDefinition differential) - Specified by:
generateSnapshotin interfaceSnapshotGenerator
-
generateSnapshot
public SnapshotGenerator.SnapshotWithValidationMessages generateSnapshot(org.hl7.fhir.r4.model.StructureDefinition differential, String baseAbsoluteUrlPrefix) - Specified by:
generateSnapshotin interfaceSnapshotGenerator
-