Package com.ibm.fhir.bulkdata.provider
Class ProviderFactory
- java.lang.Object
-
- com.ibm.fhir.bulkdata.provider.ProviderFactory
-
public class ProviderFactory extends Object
Provider Factory picks the ideal provider based on the type.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Provider
getSourceWrapper(String source, String type)
get the SourceWrapper based on the type
-