Package ca.uhn.fhir.jpa.dao.validation
Class SearchParameterDaoValidator
java.lang.Object
ca.uhn.fhir.jpa.dao.validation.SearchParameterDaoValidator
-
Constructor Summary
ConstructorDescriptionSearchParameterDaoValidator
(ca.uhn.fhir.context.FhirContext theContext, JpaStorageSettings theStorageSettings, ca.uhn.fhir.rest.server.util.ISearchParamRegistry theSearchParamRegistry) -
Method Summary
Modifier and TypeMethodDescriptionvoid
validate
(org.hl7.fhir.r5.model.SearchParameter searchParameter)
-
Constructor Details
-
SearchParameterDaoValidator
public SearchParameterDaoValidator(ca.uhn.fhir.context.FhirContext theContext, JpaStorageSettings theStorageSettings, ca.uhn.fhir.rest.server.util.ISearchParamRegistry theSearchParamRegistry)
-
-
Method Details
-
validate
-