Class FhirPathFilterInterceptor

java.lang.Object
ca.uhn.fhir.rest.server.interceptor.FhirPathFilterInterceptor

public class FhirPathFilterInterceptor extends Object
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: