Class 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
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getMapper

        public static Mapper getMapper​(MapperType mt)
        gets the appropriate mapper
        Parameters:
        mt -
        Returns:
        Throws:
        java.lang.IllegalArgumentException