Class FhirPathFilterInterceptor
java.lang.Object
ca.uhn.fhir.rest.server.interceptor.FhirPathFilterInterceptor
This interceptor looks for a URL parameter on requests called
_fhirpath
and
replaces the resource being returned with a Parameters resource containing the results of
the given FHIRPath expression evaluated against the resource that would otherwise
have been returned.- Since:
- 5.0.0
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
preProcessOutgoingResponse
(RequestDetails theRequestDetails, ResponseDetails theResponseDetails)
-
Constructor Details
-
FhirPathFilterInterceptor
public FhirPathFilterInterceptor()
-
-
Method Details
-
preProcessOutgoingResponse
public void preProcessOutgoingResponse(RequestDetails theRequestDetails, ResponseDetails theResponseDetails)
-