public final class CloneObjectQuietlyExtensions extends Object
CloneObjectQuietlyExtensions provide methods for clone object in a quietly
manner as the name let presume.| Constructor and Description |
|---|
CloneObjectQuietlyExtensions()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
cloneBeanQuietly(T object)
Deprecated.
Clone the given object quietly.
|
static Object |
cloneCloneableQuietly(Object object)
Deprecated.
Try to clone the given object that implements
Cloneable. |
static Object |
cloneObjectQuietly(Object object)
Deprecated.
Try to clone the given object quietly.
|
static <T> T |
cloneQuietly(T object)
Deprecated.
Try to clone the given generic object.
|
public static <T> T cloneQuietly(T object)
T - the generic typeobject - the object to clonepublic static Object cloneObjectQuietly(Object object)
object - The object to clone.public static <T> T cloneBeanQuietly(T object)
T - the generic type of the given beanobject - the object to cloneCopyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.