Package com.ibm.fhir.audit.mapper
Class MapperFactory
- java.lang.Object
-
- com.ibm.fhir.audit.mapper.MapperFactory
-
public final class MapperFactory extends Object
Mapper Factory selects the desired mapper and returns a new instance for each call.
-
-
Method Detail
-
getMapper
public static Mapper getMapper(MapperType mt)
gets the appropriate mapper- Parameters:
mt
-- Returns:
- Throws:
IllegalArgumentException
-
-