@Deprecated public interface Creator
| Modifier and Type | Method and Description |
|---|---|
<T> T |
create(Class<T> clazz)
Deprecated.
Create an object instance.
|
<T> T create(Class<T> clazz) throws InvalidClassException
clazz - the type of object to createInvalidClassException - if an instance of the class could not be instantiated for some reasonCopyright © 2017 JBoss by Red Hat. All rights reserved.