@Deprecated public class SunReflectiveCreator extends ReflectiveCreator
Constructor and Description |
---|
SunReflectiveCreator()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected <T> java.lang.reflect.Constructor<T> |
getNewConstructor(java.lang.Class<T> clazz)
Deprecated.
Get the constructor to use for a class.
|
create
protected <T> java.lang.reflect.Constructor<T> getNewConstructor(java.lang.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 © 2011 JBoss, a division of Red Hat, Inc.