Class ResourceLoaderImpl

java.lang.Object
ca.uhn.fhir.jpa.validation.ResourceLoaderImpl
All Implemented Interfaces:
ca.uhn.fhir.validation.IResourceLoader

@Service public class ResourceLoaderImpl extends Object implements ca.uhn.fhir.validation.IResourceLoader
  • Constructor Details

  • Method Details

    • load

      public <T extends org.hl7.fhir.instance.model.api.IBaseResource> T load(Class<T> theType, org.hl7.fhir.instance.model.api.IIdType theId) throws ca.uhn.fhir.rest.server.exceptions.ResourceNotFoundException
      Specified by:
      load in interface ca.uhn.fhir.validation.IResourceLoader
      Throws:
      ca.uhn.fhir.rest.server.exceptions.ResourceNotFoundException