Class MapperFactory
- java.lang.Object
-
- org.linuxforhealth.fhir.audit.mapper.MapperFactory
-
public final class MapperFactory extends java.lang.Object
Mapper Factory selects the desired mapper and returns a new instance for each call.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Mapper
getMapper(MapperType mt)
gets the appropriate mapper
-
-
-
Method Detail
-
getMapper
public static Mapper getMapper(MapperType mt)
gets the appropriate mapper- Parameters:
mt
-- Returns:
- Throws:
java.lang.IllegalArgumentException
-
-