Java Bean相关工具类库

来源:互联网 发布:mecare同步软件 编辑:程序博客网 时间:2024/05/19 01:07

JavaBeans规范移步这里。

JDK自动的基础工具:

java.lanf.reflectjava.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/

0 0
原创粉丝点击