cloning cloning

Parent oss-parent
Group uk.com.robust-it
描述 The cloning library is a small, open source (Apache licensed) Java library which deep-clones objects. The objects do not have to implement the Cloneable interface. Effectivelly, this library can clone ANY Java object. It can be used i.e. in cache implementations, if you don't want the cached object to be modified or whenever you want to create a deep copy of an object. Sample usage: You can create a single instance of cloner and use it throughout your application. i.e. Cloner cloner=new Cloner(); ... cloner.deepClone(o); Please check http://robust-it.co.uk/clone/ for more examples (spring integration, immutable objects etc)
Packaging jar
Size 21.38 KB
文件 pom jar
网址 http://robust-it.co.uk/clone/
发布时间 2012-07-19 03:44

dependencies

Group Artifact Version
junit junit 4.10
org.objenesis objenesis 1.2

developers

licenses

Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0
索引仓库
仓库 个数
Central 592045
7459690