public interface MethodAccess extends BaseAccess
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
declaringType() |
Object |
invoke(Object object,
Object... args) |
Object |
invokeStatic(Object... args) |
boolean |
isStatic() |
String |
name() |
boolean |
respondsTo(Class<?>... types) |
boolean |
respondsTo(Object... args) |
Class<?> |
returnType() |
getGenericParameterTypes, parameterTypesannotation, annotationData, hasAnnotationCopyright © 2014. All rights reserved.