
Uses of Class
ca.uhn.fhir.rest.server.interceptor.BaseValidatingInterceptor
Packages that use BaseValidatingInterceptor
-
Uses of BaseValidatingInterceptor in ca.uhn.fhir.rest.server.interceptor
Subclasses of BaseValidatingInterceptor in ca.uhn.fhir.rest.server.interceptorModifier and TypeClassDescriptionclass
This interceptor intercepts each incoming request and if it contains a FHIR resource, validates that resource.class
This 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 BaseValidatingInterceptorModifier and TypeMethodDescriptionBaseValidatingInterceptor.addValidatorModule
(ca.uhn.fhir.validation.IValidatorModule theModule) Specify a validator module to use.