Package org.jboss.marshalling.cloner
Interface ObjectClonerFactory
public interface ObjectClonerFactory
An object cloner factory.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ObjectClonerFactory
An object cloner factory which produces identity object cloners. -
Method Summary
Modifier and TypeMethodDescriptioncreateCloner
(ClonerConfiguration configuration) Create a new cloner with the given configuration.
-
Field Details
-
IDENTITY
An object cloner factory which produces identity object cloners.- See Also:
-
-
Method Details
-
createCloner
Create a new cloner with the given configuration.- Parameters:
configuration
- the configuration to use- Returns:
- the new cloner
-