This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
Releases: tanyaofei/beancopier
Releases · tanyaofei/beancopier
0.2.0-M2
0.2.0-M1
0.1.6-M1
beancopier 0.1.5-post3
beancopier 0.1.5-post2
Remove unsed codes
beancopier 0.1.5
- 0.1.5
- 新增
new BeanCopierImpl(builder -> builder.preferNested)
等更多配置 - 修复生成转换器时生成类名可能出现死循环的问题
- 更多预检测
- 新增
beancopier 0.1.4
- 支持通过
new BeanCopierImpl(new MyClassLoader())
创建指定类加载器的BeanCopierImpl
BeanCopier
的类加载器由原来的ConverterClassLoader
修改为自动选取- 修复列表递归拷贝元素包含
null
时会抛出异常的问题 - 优化拷贝效率并减少内存占用
asm
依赖库升级到9.4
beancopier 0.1.3
大幅度优化批量拷贝的性能