Uses of Interface
org.glassfish.pfl.dynamic.copyobject.impl.ClassCopierFactory

Packages that use ClassCopierFactory
org.glassfish.pfl.dynamic.copyobject.impl   
 

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

Subinterfaces of ClassCopierFactory in org.glassfish.pfl.dynamic.copyobject.impl
 interface CachingClassCopierFactory
          A version of a ClassCopierFactory that implements caching, and so needs a way to update the cache.
 interface PipelineClassCopierFactory
          A factory used for creating ClassCopier instances.
 

Classes in org.glassfish.pfl.dynamic.copyobject.impl that implement ClassCopierFactory
 class ClassCopierFactoryArrayImpl
          A factory used for creating ClassCopier instances.
 class ClassCopierFactoryPipelineImpl
          A factory used for creating ClassCopier instances.
 

Methods in org.glassfish.pfl.dynamic.copyobject.impl that return ClassCopierFactory
static ClassCopierFactory DefaultClassCopierFactories.getNullClassCopierFactory()
           
static ClassCopierFactory DefaultClassCopierFactories.makeArrayClassCopierFactory(ClassCopierFactory ccf)
          Create a ClassCopierFactory that handles arrays.
static ClassCopierFactory DefaultClassCopierFactories.makeOrdinaryClassCopierFactory(PipelineClassCopierFactory ccf)
           
 

Methods in org.glassfish.pfl.dynamic.copyobject.impl with parameters of type ClassCopierFactory
static ClassCopierFactory DefaultClassCopierFactories.makeArrayClassCopierFactory(ClassCopierFactory ccf)
          Create a ClassCopierFactory that handles arrays.
static ClassCopier DefaultClassCopiers.makeMapClassCopier(ClassCopierFactory ccf)
          Return a ClassCopier that is suitable for instances of the Map interface.
 void ClassCopierFactoryPipelineImpl.setSpecialClassCopierFactory(ClassCopierFactory ccf)
          Set a special ClassCopierFactory to handle some application specific needs.
 void PipelineClassCopierFactory.setSpecialClassCopierFactory(ClassCopierFactory ccf)
          Add a special ClassCopierFactory into the chain so that it handles some special cases.
 

Constructors in org.glassfish.pfl.dynamic.copyobject.impl with parameters of type ClassCopierFactory
ClassCopierFactoryArrayImpl(ClassCopierFactory ccf)
           
 



Copyright © 2013 Oracle. All Rights Reserved.