|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConstructorReflectionProvider<T>
Interface that defines reflection operations related to constructors
| Method Summary | |
|---|---|
Class<?>[] |
getParameters()
This method is used to reflect the wrapped constructor parameter array. |
T |
instantiate(Object... args)
this method is used to instantiate an Object using wrapped constructor. |
| Methods inherited from interface net.vidageek.mirror.provider.ReflectionElementReflectionProvider |
|---|
setAccessible |
| Method Detail |
|---|
T instantiate(Object... args)
args - Arguments used to instantiate object.
ReflectionProviderExceptionClass<?>[] getParameters()
ReflectionProviderException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||