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 |
---|---|
java.lang.Object |
CloneTable.clone(java.lang.Object original,
ObjectCloner objectCloner,
ClassCloner classCloner)
Attempt to clone the given object.
|
Copyright © 2011 JBoss, a division of Red Hat, Inc.