public interface IClassInstantiator
| Modifier and Type | Method and Description |
|---|---|
Object |
newInstance(Class<?> clazz)
Return a new instance of the specified class.
|
Object newInstance(Class<?> clazz) throws InstantiationException
ObjectInputStream.readObject() which is JVM specific.c - Class to instantiateInstantiationExceptionCopyright © 2003-2012 OFFIS, Henri Tremblay. All Rights Reserved.