-
Interfaces Interface Description ca.uhn.fhir.rest.server.interceptor.IServerOperationInterceptor Ths interface is no longer neccessary as of HAPI FHIR 3.8.0 - You can create interceptor methods that are declared using theHookannotation without needing to implement any interceptor
-
Classes Class Description ca.uhn.fhir.rest.server.interceptor.IServerInterceptor.ActionRequestDetails This class doesn't bring anything that can't be done withRequestDetails. That class should be used instead. Deprecated in 4.0.0