org.glassfish.pfl.dynamic.copyobject.spi
Class DefaultCopier

java.lang.Object
  extended by org.glassfish.pfl.dynamic.copyobject.spi.DefaultCopier

public class DefaultCopier
extends Object


Method Summary
static Object copy(Object obj)
           
static
<T> T
copy(T obj, Class<T> cls)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

copy

public static Object copy(Object obj)

copy

public static <T> T copy(T obj,
                         Class<T> cls)


Copyright © 2013 Oracle. All Rights Reserved.