Skip to content

meethigher/object-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

一、使用

源码地址

# 仅打包
mvn clean install
# 打包并附带源码
mvn clean source:jar install

或者直接使用即可,已发布到Maven中央仓库,仅14KB。

<dependency>
    <groupId>top.meethigher</groupId>
    <artifactId>object-converter</artifactId>
    <version>1.1</version>
</dependency>

二、参考致谢

动态代理 - 廖雪峰的官方网站

mybatis/mybatis-3: MyBatis SQL mapper framework for Java

killme2008/aviatorscript: A high performance scripting language hosted on the JVM.

FK7075/lucky: 重构后的Lucky,尝试将Lucky中的各个功能模块独立出来成为单独的模块

About

基于注解实现的对象转换(深拷贝) object converter(deep copy) based on annovation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages