2013年1月31日 星期四

ModelMapper

我會選用ModelMapper有以下幾個特點:
  1. 具convention
  2. 可configuration (例如可選擇用field或是method來mapping)
  3. 支援generic types
  4. 使用Embedded Domain Specific Language (EDSL) 自訂mapping規則
  5. High performance (http://code.google.com/p/modelmapper/wiki/Performance)