Serialized Form

  • Package ca.uhn.fhir.rest.server

    • Class ca.uhn.fhir.rest.server.RestfulServer extends javax.servlet.http.HttpServlet implements Serializable

      serialVersionUID:
      1L
      • Serialized Fields

        • myBundleInclusionRule
          ca.uhn.fhir.context.api.BundleInclusionRule myBundleInclusionRule
        • myCopyright
          String myCopyright
        • myDefaultPageSize
          Integer myDefaultPageSize
        • myDefaultPreferReturn
          ca.uhn.fhir.rest.api.PreferReturnEnum myDefaultPreferReturn
        • myDefaultPrettyPrint
          boolean myDefaultPrettyPrint
        • myDefaultResponseEncoding
          ca.uhn.fhir.rest.api.EncodingEnum myDefaultResponseEncoding
        • myElementsSupport
          ElementsSupportEnum myElementsSupport
        • myETagSupport
          ETagSupportEnum myETagSupport
        • myFhirContext
          ca.uhn.fhir.context.FhirContext myFhirContext
        • myGlobalBinding
          ResourceBinding myGlobalBinding
        • myIgnoreServerParsedRequestParameters
          boolean myIgnoreServerParsedRequestParameters
        • myImplementationDescription
          String myImplementationDescription
        • myInterceptorService
          ca.uhn.fhir.interceptor.api.IInterceptorService myInterceptorService
        • myMaximumPageSize
          Integer myMaximumPageSize
        • myPagingProvider
          IPagingProvider myPagingProvider
        • myPlainProviders
          List<Object> myPlainProviders
        • myProviderRegistrationMutex
          Lock myProviderRegistrationMutex
        • myResourceNameToBinding
          Map<String,​ResourceBinding> myResourceNameToBinding
        • myResourceProviders
          List<IResourceProvider> myResourceProviders
        • myServerAddressStrategy
          IServerAddressStrategy myServerAddressStrategy
        • myServerBinding
          ResourceBinding myServerBinding
        • myServerConformanceMethod
          ConformanceMethodBinding myServerConformanceMethod
        • myServerConformanceProvider
          Object myServerConformanceProvider
        • myServerName
          String myServerName
        • myServerVersion
          String myServerVersion
          This is configurable but by default we just use HAPI version
        • myStarted
          boolean myStarted
        • myStatelessPagingDefault
          boolean myStatelessPagingDefault
        • myTenantIdentificationStrategy
          ITenantIdentificationStrategy myTenantIdentificationStrategy
        • myUncompressIncomingContents
          boolean myUncompressIncomingContents
  • Package ca.uhn.fhir.rest.server.interceptor.validation.address