public interface ObjectClonerFactory
Modifier and Type | Field and Description |
---|---|
static ObjectClonerFactory |
IDENTITY
An object cloner factory which produces identity object cloners.
|
Modifier and Type | Method and 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 © 2019 JBoss by Red Hat. All rights reserved.