Package org.jboss.marshalling.cloner
Interface ObjectClonerSource
public interface ObjectClonerSource
A source for object cloners. Use in applications where the configuration of cloners must be abstracted
away from their creation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ObjectClonerSource
An object cloner which returns the identity cloner. -
Method Summary
-
Field Details
-
IDENTITY
An object cloner which returns the identity cloner.- See Also:
-
-
Method Details
-
createNew
ObjectCloner createNew()Create a new object cloner.- Returns:
- a new object cloner
-