|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MethodReflectionProvider
Interface that defines reflection operations related to methods
| Method Summary | |
|---|---|
Class<?>[] |
getParameters()
This method is used to reflect the wrapped method parameter array. |
Object |
invoke(Object[] args)
This method is used to invoke the wrapped method using args as its arguments. |
| Methods inherited from interface net.vidageek.mirror.provider.ReflectionElementReflectionProvider |
|---|
setAccessible |
| Method Detail |
|---|
Class<?>[] getParameters()
ReflectionProviderExceptionObject invoke(Object[] args)
args - Arguments to be passed to method.
ReflectionProviderException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||