Package org.jboss.marshalling.cloner
Interface ObjectClonerFactory
-
public interface ObjectClonerFactory
An object cloner factory.
-
-
Field Summary
Fields Modifier and Type Field Description static ObjectClonerFactory
IDENTITY
An object cloner factory which produces identity object cloners.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectCloner
createCloner(ClonerConfiguration configuration)
Create a new cloner with the given configuration.
-
-
-
Field Detail
-
IDENTITY
static final ObjectClonerFactory IDENTITY
An object cloner factory which produces identity object cloners.- See Also:
ObjectCloner.IDENTITY
-
-
Method Detail
-
createCloner
ObjectCloner createCloner(ClonerConfiguration configuration)
Create a new cloner with the given configuration.- Parameters:
configuration
- the configuration to use- Returns:
- the new cloner
-
-