共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > morphose |
morphose
|
0 | 0 | 105 |
贡献者 | 讨论 | 代码提交 |
What does it doMorphose helps the process of morphing your public API to transpose it onto a private one, and vice versa.
Why is it differentAs a bean-to-bean mapping tool, it allows you to map one bean to another using simple annotations rather than heavy XML configuration, and also allows you to avoid exposing acessor methods (getters/setters) on all your objects purely to facilitate mapping, meaning your classes can be encapsulated correctly.