Package | Description |
---|---|
org.jboss.marshalling.cloner |
Modifier and Type | Class and Description |
---|---|
class |
ClassLoaderClassCloner
A class cloner which uses the given class loader to resolve classes.
|
Modifier and Type | Field and Description |
---|---|
static ClassCloner |
ClassCloner.IDENTITY
A class cloner which just returns the class it is given.
|
Modifier and Type | Method and Description |
---|---|
ClassCloner |
ClonerConfiguration.getClassCloner()
Get the class cloner.
|
Modifier and Type | Method and Description |
---|---|
Object |
CloneTable.clone(Object original,
ObjectCloner objectCloner,
ClassCloner classCloner)
Attempt to clone the given object.
|
void |
ClonerConfiguration.setClassCloner(ClassCloner classCloner)
Set the class cloner.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.