Giter Site home page Giter Site logo

beancopyutils's Introduction

速度更快,功能更强大的bean拷贝工具

  1. 支持pojo和map之间的互相拷贝;
  2. 支持pojo和pojo之间的互相拷贝;
  3. 支持枚举和字符串间的互相拷贝,并支持自定义枚举值的识别方法;
  4. 支持date、timestamp与string、long之间的转换;
  5. 支持基本类型和封装类之间的转换;
  6. 支持数值型之间以及数值型与string之间的转换;
  7. 支持数组的转换;
  8. 可扩展其他自定义字段映射;
  9. 单个字段无法拷贝不抛异常且不影响其他字段;
  10. 基于字节码预编译实现,比较apache-commons的BeanUtils性能好很多,功能上又较cglib的beanCopier工具类强;
  11. 不支持嵌套类的拷贝;
  12. 已用为生产系统,有单元测试,稳定性可保障;

更多介绍参见:https://github.com/chenjw/beanCopyUtils/wiki

=============

beancopyutils's People

Contributors

chenjw avatar

Watchers

James Cloos avatar charlizy avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.