| ConfigurationService |
The ConfigurationService is used by the FHIR Server to retrieve JSON-based configuration data.
|
| ConfigurationService.EnvironmentVariables |
Utility class that allows mocking system environment variables retrieval in test classes (as Mockito disallows
mocking static methods of System).
|
| DefaultFHIRConfigProvider |
Obtain configuration properties from the standard (file-based)
FHIRConfiguration implementation.
|
| FHIRConfigHelper |
This class contains a set of static helper methods related to configuration parameters.
|
| FHIRConfiguration |
This class serves up a singleton instance of ConfigurationService containing the FHIR Server's configuration.
|
| FHIRRequestContext |
This class is used to hold FHIR REST API context information.
|
| PropertyGroup |
This class represents a collection of properties - a property group.
|
| PropertyGroup.PropertyEntry |
This class represents a single property contained within a PropertyGroup.
|
| TenantSpecificPropertyGroupCache |
This class implements a tenant-specific cache that holds PropertyGroup objects (i.e.
|