您的位置:首页 > 编程语言 > Java开发

Java Bean相关工具类库

2016-08-22 18:15 148 查看
JavaBeans规范移步这里

JDK自动的基础工具:

java.lanf.reflect
java.beans


Apache Common BeanUtils:

项目 主页

项目 文档

Spring框架的相关工具类:

org.springframework.beans.BeanUtils


Dozer:Bean-Bean映射

Dozer is a Java Bean to Java Bean mapper that recursively copies data from one object to another. Typically, these Java Beans will be of different complex types.

Dozer supports simple property mapping, complex type mapping, bi-directional mapping, implicit-explicit mapping, as well as recursive mapping. This includes mapping collection attributes that also need mapping at the element level.

项目 主页

项目 Github

Beanlib

(已停止更新)

https://sourceforge.net/projects/beanlib/

Morph

(停止更新)

http://morph.sourceforge.net/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  java