Uses of Interface
org.glassfish.pfl.dynamic.copyobject.spi.ObjectCopier

Packages that use ObjectCopier
org.glassfish.pfl.dynamic.copyobject.impl   
org.glassfish.pfl.dynamic.copyobject.spi   
 

Uses of ObjectCopier in org.glassfish.pfl.dynamic.copyobject.impl
 

Classes in org.glassfish.pfl.dynamic.copyobject.impl that implement ObjectCopier
 class FallbackObjectCopierImpl
          Trys a first ObjectCopier.
 class JavaStreamObjectCopierImpl
           
 class ObjectCopierImpl
          Class used to deep copy arbitrary data.
 

Constructors in org.glassfish.pfl.dynamic.copyobject.impl with parameters of type ObjectCopier
FallbackObjectCopierImpl(ObjectCopier first, ObjectCopier second)
           
 

Uses of ObjectCopier in org.glassfish.pfl.dynamic.copyobject.spi
 

Methods in org.glassfish.pfl.dynamic.copyobject.spi that return ObjectCopier
 ObjectCopier ObjectCopierFactory.make()
          Create a new instance of an ObjectCopier.
 



Copyright © 2013 Oracle. All Rights Reserved.