Package | Description |
---|---|
org.dejava.component.reflection |
Modifier and Type | Method and Description |
---|---|
ConstructorMirror<Reflected> |
ClassMirror.getConstructor(Class<?>[] paramsClasses)
Gets a constructor from the reflected class for the given parameters.
|
ConstructorMirror<Reflected> |
ClassMirror.getConstructor(Object[] paramsValues)
Gets a constructor from the reflected class for the given parameters.
|
Copyright © 2013. All Rights Reserved.