Package com.j_spaces.core.cache
Class DefaultValueCloner
java.lang.Object
com.j_spaces.core.cache.DefaultValueCloner
- All Implemented Interfaces:
IValueCloner
TODO add Javadoc
- Since:
- 8.04
- Version:
- 1.0
- Author:
- Yechiel Fefer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncloneValue(Object originalValue, boolean isCloneable, Class<?> clzz, String uid, String entryClassName) static IValueClonerget()voidreset()
-
Constructor Details
-
DefaultValueCloner
public DefaultValueCloner()
-
-
Method Details
-
get
-
cloneValue
public Object cloneValue(Object originalValue, boolean isCloneable, Class<?> clzz, String uid, String entryClassName) - Specified by:
cloneValuein interfaceIValueCloner
-
reset
public void reset()
-