Class Copy
- java.lang.Object
-
- io.openapiprocessor.jsonschema.support.Copy
-
public class Copy extends java.lang.Object"deep" copy an object tree. It only handles the types to represent a json document. Map and Collection are cloned, all other immutable "primitive" types are not cloned.
-
-
Constructor Summary
Constructors Constructor Description Copy()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @PolyNull java.lang.Objectdeep(@PolyNull java.lang.Object source)
-