Interface | Description |
---|---|
Copier |
Interface that is to be implement by classes that know how to copy an object.
|
Class | Description |
---|---|
CloneCopier |
Copier that copies an object using the
Cloneable facility. |
CopierUtils | |
CopyCtorCopier |
Copier that copies an object using its copy constructor.
|
MultiStrategyCopier |
Copier that copies an object trying a variety of strategies until one
succeeds.
|
NewInstanceCopier |
Copier that doesn't actually copy an object fully, but just returns a new instance of the same type.
|
SerializationCopier |
Copier that copies an object by serializing and subsequently deserializing it
again.
|
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.