Uses of Package
org.glassfish.pfl.dynamic.copyobject.spi
Packages that use org.glassfish.pfl.dynamic.copyobject.spi
Package
Description
-
Classes in org.glassfish.pfl.dynamic.copyobject.spi used by org.glassfish.pfl.dynamic.codegen.implClassDescriptionAnnotation used on fields to indicate how they should be copied, according to the value of CopyType.Interface used to control copyobject behavior.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.spiClassDescriptionAnnotation 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.implClassDescriptionProvides an interface for a variety of means to copy an arbitrary object.
-
Classes in org.glassfish.pfl.dynamic.copyobject.spi used by org.glassfish.pfl.dynamic.copyobject.spiClassDescriptionEnum used with Copy annotation on fields to indicate special handling by the object copier.Provides an interface for a variety of means to copy an arbitrary object.ObjectCopier factory interface used for registration.