Package | Description |
---|---|
org.jboss.marshalling.cloner |
Modifier and Type | Field | Description |
---|---|---|
static ObjectCloner |
ObjectCloner.IDENTITY |
The identity object cloner.
|
Modifier and Type | Method | 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 | Description |
---|---|---|
Object |
CloneTable.clone(Object original,
ObjectCloner objectCloner,
ClassCloner classCloner) |
Attempt to clone the given object.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.