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