public class MethodInvoker extends Object implements Member, AnnotatedElement
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> annotationClass) |
Annotation[] |
getAnnotations() |
Annotation[] |
getDeclaredAnnotations() |
Class<?> |
getDeclaringClass() |
int |
getModifiers() |
String |
getName() |
Object |
invoke(Object target,
Object... parameters) |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationClass) |
boolean |
isSynthetic() |
static MethodInvoker |
on(Method method) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByTypepublic final Method method
public static MethodInvoker on(Method method)
public boolean isAnnotationPresent(Class<? extends Annotation> annotationClass)
isAnnotationPresent in interface AnnotatedElementpublic Annotation[] getAnnotations()
getAnnotations in interface AnnotatedElementpublic int getModifiers()
getModifiers in interface Memberpublic Class<?> getDeclaringClass()
getDeclaringClass in interface Memberpublic Annotation[] getDeclaredAnnotations()
getDeclaredAnnotations in interface AnnotatedElementpublic <T extends Annotation> T getAnnotation(Class<T> annotationClass)
getAnnotation in interface AnnotatedElementpublic boolean isSynthetic()
isSynthetic in interface MemberCopyright © 2010–2015 Mycila. All rights reserved.