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

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

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

Classes in org.glassfish.pfl.dynamic.copyobject.impl that implement ClassCopier
 class ClassCopierBase
          A convenient base class for making ClassCopier types.
 class ClassCopierOrdinaryImpl
           
 

Methods in org.glassfish.pfl.dynamic.copyobject.impl that return ClassCopier
 ClassCopier ClassCopierFactoryArrayImpl.getClassCopier(Class<?> cls)
           
 ClassCopier ClassCopierFactoryPipelineImpl.getClassCopier(Class<?> cls)
          Analyze cls to determine the appropriate ClassCopier and return the ClassCopier instance.
 ClassCopier ClassCopierFactory.getClassCopier(Class<?> cls)
          Return the ClassCopier instance for a particular class.
static ClassCopier DefaultClassCopiers.getErrorClassCopier()
          Return a ClassCopier that always raises a ReflectiveCopyException whenever its copy method is called.
static ClassCopier DefaultClassCopiers.getIdentityClassCopier()
          Return a ClassCopier that simple returns its argument as its result.
 ClassCopier ClassCopierFactoryPipelineImpl.lookupInCache(Class<?> cls)
          Look for cls only in the cache; do not create a ClassCopier if there isn't one already in the cache.
 ClassCopier PipelineClassCopierFactory.lookupInCache(Class<?> cls)
          Look for cls only in the cache; do not create a ClassCopier if there isn't one already in the cache.
static ClassCopier DefaultClassCopiers.makeMapClassCopier(ClassCopierFactory ccf)
          Return a ClassCopier that is suitable for instances of the Map interface.
 

Methods in org.glassfish.pfl.dynamic.copyobject.impl with parameters of type ClassCopier
 void CachingClassCopierFactory.put(Class<?> cls, ClassCopier copier)
          Put copier into the cache for Class cls.
 



Copyright © 2013 Oracle. All Rights Reserved.