Package io.fabric8.maven.docker.util
Class DeepCopy
- java.lang.Object
-
- io.fabric8.maven.docker.util.DeepCopy
-
public class DeepCopy extends Object
-
-
Constructor Summary
Constructors Constructor Description DeepCopy()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Tcopy(T orig)Returns a copy of the object, or null if the object cannot be serialized.
-