Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 365 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 365 Bytes

Lycium.Mapper

公司要用到映射了,想了一下,场景简单,于是准备定制一个自动映射的库。

目前配置功能有:

  • 忽略某映射字段
  • 忽略大小写
  • 移除源对象前缀
  • 配置生成对象前缀

共耗时 2 小时, 编写反射处理上耗时较多(后期会结合 Natasha.Reveser 项目做个封装)。