Class JavaStreamObjectCopierImpl
- java.lang.Object
-
- org.glassfish.pfl.dynamic.copyobject.impl.JavaStreamObjectCopierImpl
-
- All Implemented Interfaces:
ObjectCopier
public class JavaStreamObjectCopierImpl extends java.lang.Object implements ObjectCopier
-
-
Constructor Summary
Constructors Constructor Description JavaStreamObjectCopierImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectcopy(java.lang.Object obj)copy the object.
-
-
-
Method Detail
-
copy
public java.lang.Object copy(java.lang.Object obj)
Description copied from interface:ObjectCopiercopy the object. Equivalent to copy( obj, false ).- Specified by:
copyin interfaceObjectCopier
-
-