Uses of Class
ca.uhn.fhir.rest.server.interceptor.BaseValidatingInterceptor
-
Packages that use BaseValidatingInterceptor Package Description ca.uhn.fhir.rest.server.interceptor -
-
Uses of BaseValidatingInterceptor in ca.uhn.fhir.rest.server.interceptor
Subclasses of BaseValidatingInterceptor in ca.uhn.fhir.rest.server.interceptor Modifier and Type Class Description classRequestValidatingInterceptorThis interceptor intercepts each incoming request and if it contains a FHIR resource, validates that resource.classResponseValidatingInterceptorThis interceptor intercepts each outgoing response and if it contains a FHIR resource, validates that resource.Methods in ca.uhn.fhir.rest.server.interceptor that return BaseValidatingInterceptor Modifier and Type Method Description BaseValidatingInterceptor<T>BaseValidatingInterceptor. addValidatorModule(ca.uhn.fhir.validation.IValidatorModule theModule)
-