public interface CloneStrategy
extends org.springframework.core.Ordered
| Modifier and Type | Method and Description |
|---|---|
<T> boolean |
canHandle(T object)
Returns true, if this strategy implementation can handle the given object, otherwise false.
|
<T> T |
clone(T objectToClone)
Clone given object
|
<T> boolean canHandle(T object)
<T> T clone(T objectToClone)
throws ObjectCloningException
objectToClone - object to be clonedObjectCloningExceptionCopyright © 2018. All rights reserved.