Uses of Interface
org.glassfish.pfl.dynamic.copyobject.spi.ObjectCopier
-
Packages that use ObjectCopier Package Description 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 Modifier and Type Class Description 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 Constructor Description FallbackObjectCopierImpl(ObjectCopier first, ObjectCopier second)
-
Uses of ObjectCopier in org.glassfish.pfl.dynamic.copyobject.spi
Fields in org.glassfish.pfl.dynamic.copyobject.spi declared as ObjectCopier Modifier and Type Field Description private static ObjectCopier
CopyobjectDefaults. javaStream
private static ObjectCopier
CopyobjectDefaults. referenceObjectCopier
Methods in org.glassfish.pfl.dynamic.copyobject.spi that return ObjectCopier Modifier and Type Method Description ObjectCopier
ObjectCopierFactory. make()
Create a new instance of an ObjectCopier.
-