2 Star 12 Fork 7

黄亿华 / abc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README-en.md 649 Bytes
一键复制 编辑 原始数据 按行查看 历史
yihua.huang 提交于 2015-04-16 23:23 . goals in docs

ABC

Build Status

Another Bean Copier.

What's different

Just cover 80% cases with simpler usages.

  1. Fields copying instead of Setter/Getter calling

  2. Create new instance of target class instead of setting property of existing object

Core Feature

1. Simple API to use.

B b = BeanCopier.to(B.class).copy(a);

2. Compatible with Guava Function<F,T>

List<B> listB = Lists.transform(listA, BeanTransformer.<A,B>to(B.class));

3.

License

MIT License, see file LICENSE

Java
1
https://gitee.com/flashsword20/abc.git
git@gitee.com:flashsword20/abc.git
flashsword20
abc
abc
master

搜索帮助