public interface ObjectClonerFactory
Modifier and Type | Field | Description |
---|---|---|
static ObjectClonerFactory |
IDENTITY |
An object cloner factory which produces identity object cloners.
|
Modifier and Type | Method | Description |
---|---|---|
ObjectCloner |
createCloner(ClonerConfiguration configuration) |
Create a new cloner with the given configuration.
|
static final ObjectClonerFactory IDENTITY
ObjectCloner.IDENTITY
ObjectCloner createCloner(ClonerConfiguration configuration)
configuration
- the configuration to useCopyright © 2018 JBoss by Red Hat. All rights reserved.