Uses of Class
org.linuxforhealth.fhir.validation.FHIRValidator
-
Packages that use FHIRValidator Package Description org.linuxforhealth.fhir.operation.davinci.hrex.provider.strategy org.linuxforhealth.fhir.validation -
-
Uses of FHIRValidator in org.linuxforhealth.fhir.operation.davinci.hrex.provider.strategy
Methods in org.linuxforhealth.fhir.operation.davinci.hrex.provider.strategy with parameters of type FHIRValidator Modifier and Type Method Description void
DefaultMemberMatchStrategy. validateResource(FHIRValidator validator, java.lang.Class<? extends Resource> cls, Resource resource, java.lang.String profile)
validates the resource (we do this as we don't yet support nested discriminators) -
Uses of FHIRValidator in org.linuxforhealth.fhir.validation
Methods in org.linuxforhealth.fhir.validation that return FHIRValidator Modifier and Type Method Description static FHIRValidator
FHIRValidator. validator()
static FHIRValidator
FHIRValidator. validator(boolean failFast)
-