Creator@Deprecated public class SunReflectiveCreator extends ReflectiveCreator
| Constructor | Description |
|---|---|
SunReflectiveCreator() |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected <T> Constructor<T> |
getNewConstructor(Class<T> clazz) |
Deprecated.
Get the constructor to use for a class.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateprotected <T> Constructor<T> getNewConstructor(Class<T> clazz)
null if no suitable constructor is available. This implementation will attempt to create a new constructor if one is not available.getNewConstructor in class ReflectiveCreatorclazz - the class to get a constructor fornull if none is availableCopyright © 2020 JBoss by Red Hat. All rights reserved.