Uses of Package
org.glassfish.pfl.dynamic.copyobject.spi

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

Classes in org.glassfish.pfl.dynamic.copyobject.spi used by org.glassfish.pfl.dynamic.codegen.impl
CopyInterceptor
          Interface used to control copyobject behavior.
Immutable
          Annotation used on classes that are immutable; that is, all public methods return the same value for the same inputs after the object has been constructed.
 

Classes in org.glassfish.pfl.dynamic.copyobject.spi used by org.glassfish.pfl.dynamic.codegen.spi
Immutable
          Annotation used on classes that are immutable; that is, all public methods return the same value for the same inputs after the object has been constructed.
 

Classes in org.glassfish.pfl.dynamic.copyobject.spi used by org.glassfish.pfl.dynamic.copyobject.impl
ObjectCopier
          Provides an interface for a variety of means to copy an arbitrary object.
ReflectiveCopyException
           
 

Classes in org.glassfish.pfl.dynamic.copyobject.spi used by org.glassfish.pfl.dynamic.copyobject.spi
CopyType
          Enum used with Copy annotation on fields to indicate special handling by the object copier.
ObjectCopier
          Provides an interface for a variety of means to copy an arbitrary object.
ObjectCopierFactory
          ObjectCopier factory interface used for registration.
ReflectiveCopyException
           
 



Copyright © 2013 Oracle. All Rights Reserved.