@Deprecated public class SunReflectiveCreator extends ReflectiveCreator
Constructor and Description |
---|
SunReflectiveCreator()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected <T> Constructor<T> |
getNewConstructor(Class<T> clazz)
Deprecated.
Get the constructor to use for a class.
|
create
protected <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 ReflectiveCreator
clazz
- the class to get a constructor fornull
if none is availableCopyright © 2017 JBoss by Red Hat. All rights reserved.