There's also a couple ways to do this without Java 8 by using reflection. Here's a way you can do it if the class has a copy constructor (a ...
stackoverflow.com