|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.vidageek.mirror.reflect.DefaultMethodReflector
public final class DefaultMethodReflector
This class is responsible for reflecting methods.
| Constructor Summary | |
|---|---|
DefaultMethodReflector(ReflectionProvider provider,
String methodName,
Class<?> clazz)
|
|
| 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 MethodReflector.withArgs(Class...) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultMethodReflector(ReflectionProvider provider,
String methodName,
Class<?> clazz)
| Method Detail |
|---|
public Method withoutArgs()
MethodReflectorMethodReflector.withArgs(Class...)
withoutArgs in interface MethodReflectorpublic Method withArgs(Class<?>... classes)
MethodReflector
withArgs in interface MethodReflectorclasses - argument types of the method to be reflected.
ClassReflectionProvider.reflectMethod(String, Class[])public Method withAnyArgs()
MethodReflector
withAnyArgs in interface MethodReflector
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||