Skip to content

CopyUtils help to make deep clones of simple and complex objects.

License

Notifications You must be signed in to change notification settings

Kirillvs/CopyUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CopyUtils

CopyUtils help to make deep clones of simple and complex objects.

Usage

import com.archipov.utils.CopyUtils;
...
ComplexObject complexObject = new ComplexObject();
ComplexObject complexObjectNew = CopyUtils.deepCopy(complexObject);

About

CopyUtils help to make deep clones of simple and complex objects.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages