Uses of Class
com.ibm.fhir.config.FHIRRequestContext
-
Packages that use FHIRRequestContext Package Description com.ibm.fhir.config -
-
Uses of FHIRRequestContext in com.ibm.fhir.config
Methods in com.ibm.fhir.config that return FHIRRequestContext Modifier and Type Method Description static FHIRRequestContext
FHIRRequestContext. get()
Returns the FHIRRequestContext on the current thread.Methods in com.ibm.fhir.config with parameters of type FHIRRequestContext Modifier and Type Method Description static void
FHIRRequestContext. set(FHIRRequestContext context)
Sets the specified FHIRRequestContext instance on the current thread, so that it can be used by FHIR Server downstream processing.
-