Class SearchParamSubmitInterceptorLoader
java.lang.Object
ca.uhn.fhir.jpa.searchparam.submit.interceptor.SearchParamSubmitInterceptorLoader
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected SearchParamValidatingInterceptor
void
setInterceptorRegistry
(ca.uhn.fhir.interceptor.api.IInterceptorService theInterceptorRegistry) void
setSearchParamValidatingInterceptor
(SearchParamValidatingInterceptor theSearchParamValidatingInterceptor) void
start()
-
Constructor Details
-
SearchParamSubmitInterceptorLoader
public SearchParamSubmitInterceptorLoader()
-
-
Method Details
-
start
@EventListener(classes=org.springframework.context.event.ContextRefreshedEvent.class) @Order(200) public void start() -
setSearchParamValidatingInterceptor
@Autowired public void setSearchParamValidatingInterceptor(SearchParamValidatingInterceptor theSearchParamValidatingInterceptor) -
setInterceptorRegistry
@Autowired public void setInterceptorRegistry(ca.uhn.fhir.interceptor.api.IInterceptorService theInterceptorRegistry) -
getSearchParamValidatingInterceptor
-