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
IOException
ClassNotFoundException
Class<?> cloneProxy(Class<?> proxyClass) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.