Package ca.uhn.fhir.jpa.config
Class ValidationSupportConfig
java.lang.Object
ca.uhn.fhir.jpa.config.ValidationSupportConfig
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionca.uhn.fhir.context.support.DefaultProfileValidationSupport
defaultProfileValidationSupport
(ca.uhn.fhir.context.FhirContext theFhirContext) org.hl7.fhir.common.hapi.validation.support.InMemoryTerminologyServerValidationSupport
inMemoryTerminologyServerValidationSupport
(ca.uhn.fhir.context.FhirContext theFhirContext, JpaStorageSettings theStorageSettings) ca.uhn.fhir.validation.IInstanceValidatorModule
instanceValidator
(ca.uhn.fhir.context.FhirContext theFhirContext, org.hl7.fhir.common.hapi.validation.support.CachingValidationSupport theCachingValidationSupport, org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain theValidationSupportChain, ca.uhn.fhir.context.support.IValidationSupport theValidationSupport, DaoRegistry theDaoRegistry) ca.uhn.fhir.context.support.IValidationSupport
jpaValidationSupport
(ca.uhn.fhir.context.FhirContext theFhirContext) jpaValidationSupportChain
(ca.uhn.fhir.context.FhirContext theFhirContext) jpaValidatorResourceFetcher
(ca.uhn.fhir.context.FhirContext theFhirContext, ca.uhn.fhir.context.support.IValidationSupport theValidationSupport, DaoRegistry theDaoRegistry)
-
Constructor Details
-
ValidationSupportConfig
public ValidationSupportConfig()
-
-
Method Details
-
defaultProfileValidationSupport
@Bean(name="myDefaultProfileValidationSupport") public ca.uhn.fhir.context.support.DefaultProfileValidationSupport defaultProfileValidationSupport(ca.uhn.fhir.context.FhirContext theFhirContext) -
inMemoryTerminologyServerValidationSupport
@Bean public org.hl7.fhir.common.hapi.validation.support.InMemoryTerminologyServerValidationSupport inMemoryTerminologyServerValidationSupport(ca.uhn.fhir.context.FhirContext theFhirContext, JpaStorageSettings theStorageSettings) -
jpaValidationSupportChain
@Bean(name="myJpaValidationSupportChain") public JpaValidationSupportChain jpaValidationSupportChain(ca.uhn.fhir.context.FhirContext theFhirContext) -
jpaValidationSupport
@Bean(name="myJpaValidationSupport") public ca.uhn.fhir.context.support.IValidationSupport jpaValidationSupport(ca.uhn.fhir.context.FhirContext theFhirContext) -
instanceValidator
@Bean(name="myInstanceValidator") public ca.uhn.fhir.validation.IInstanceValidatorModule instanceValidator(ca.uhn.fhir.context.FhirContext theFhirContext, org.hl7.fhir.common.hapi.validation.support.CachingValidationSupport theCachingValidationSupport, org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain theValidationSupportChain, ca.uhn.fhir.context.support.IValidationSupport theValidationSupport, DaoRegistry theDaoRegistry) -
jpaValidatorResourceFetcher
@Bean @Lazy public ValidatorResourceFetcher jpaValidatorResourceFetcher(ca.uhn.fhir.context.FhirContext theFhirContext, ca.uhn.fhir.context.support.IValidationSupport theValidationSupport, DaoRegistry theDaoRegistry) -
jpaValidatorPolicyAdvisor
-