Uses of Class
ca.uhn.fhir.rest.server.RestfulServerConfiguration
Package
Description
-
Uses of RestfulServerConfiguration in ca.uhn.fhir.rest.server
Modifier and TypeMethodDescriptionRestfulServer.createConfiguration()
RestfulServerConfiguration.setFhirContext
(ca.uhn.fhir.context.FhirContext fhirContext) Set the fhirContextRestfulServerConfiguration.setImplementationDescription
(String implementationDescription) Set the implementationDescriptionRestfulServerConfiguration.setNameToSharedSupertype
(Map<String, Class<? extends org.hl7.fhir.instance.model.api.IBaseResource>> resourceNameToSharedSupertype) RestfulServerConfiguration.setResourceBindings
(Collection<ResourceBinding> resourceBindings) Set the resourceBindingsRestfulServerConfiguration.setServerBindings
(List<BaseMethodBinding> theServerBindings) Set the theServerBindingsRestfulServerConfiguration.setServerName
(String serverName) Set the serverNameRestfulServerConfiguration.setServerVersion
(String serverVersion) Set the serverVersion -
Uses of RestfulServerConfiguration in ca.uhn.fhir.rest.server.provider
ModifierConstructorDescriptionServerCapabilityStatementProvider
(ca.uhn.fhir.context.FhirContext theContext, RestfulServerConfiguration theServerConfiguration) Constructor -
Uses of RestfulServerConfiguration in ca.uhn.fhir.rest.server.util
Modifier and TypeMethodDescriptionprotected RestfulServerConfiguration
BaseServerCapabilityStatementProvider.getServerConfiguration
(RequestDetails theRequestDetails) ModifierConstructorDescriptionprotected
BaseServerCapabilityStatementProvider
(RestfulServerConfiguration theServerConfiguration)