public interface ClassCloner
| Modifier and Type | Field and Description |
|---|---|
static ClassCloner |
IDENTITY
A class cloner which just returns the class it is given.
|
static final ClassCloner IDENTITY
Class<?> clone(Class<?> original) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionClass<?> cloneProxy(Class<?> proxyClass) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.