Class ReferenceObjectCopierImpl

  • All Implemented Interfaces:
    org.glassfish.pfl.dynamic.copyobject.spi.ObjectCopier

    public class ReferenceObjectCopierImpl
    extends java.lang.Object
    implements org.glassfish.pfl.dynamic.copyobject.spi.ObjectCopier
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object copy​(java.lang.Object obj)  
      java.lang.Object copy​(java.lang.Object obj, boolean debug)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReferenceObjectCopierImpl

        public ReferenceObjectCopierImpl()
    • Method Detail

      • copy

        public java.lang.Object copy​(java.lang.Object obj,
                                     boolean debug)
      • copy

        public java.lang.Object copy​(java.lang.Object obj)
        Specified by:
        copy in interface org.glassfish.pfl.dynamic.copyobject.spi.ObjectCopier