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