|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MethodReflector
| Method Summary | |
|---|---|
Method |
withAnyArgs()
Use this method to reflect a uniquely named method. |
Method |
withArgs(Class<?>... classes)
Use this method to reflect a method with classes as its argument types. |
Method |
withoutArgs()
This is a convenience method for withArgs(Class...) |
| Method Detail |
|---|
Method withoutArgs()
withArgs(Class...)
Method withArgs(Class<?>... classes)
classes - argument types of the method to be reflected.
IllegalArgumentException - if classes is nullClassReflectionProvider.reflectMethod(String, Class[])Method withAnyArgs()
MirrorException - if more than one method with the same name was found.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||