Package | Description |
---|---|
org.jboss.marshalling.cloner |
Modifier and Type | Field and Description |
---|---|
static ObjectCloner |
ObjectCloner.IDENTITY
The identity object cloner.
|
Modifier and Type | Method and Description |
---|---|
ObjectCloner |
ObjectClonerFactory.createCloner(ClonerConfiguration configuration)
Create a new cloner with the given configuration.
|
ObjectCloner |
ObjectClonerSource.createNew()
Create a new object cloner.
|
Modifier and Type | Method and Description |
---|---|
Object |
CloneTable.clone(Object original,
ObjectCloner objectCloner,
ClassCloner classCloner)
Attempt to clone the given object.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.