public class MetaAnnotatedMethod extends MetaAnnotatedElement<java.lang.reflect.Method> implements AnnotatedMethod<java.lang.reflect.Method>
| Modifier and Type | Field and Description |
|---|---|
private java.lang.annotation.Annotation[][] |
parameterAnnotations |
annotations, target| Constructor and Description |
|---|
MetaAnnotatedMethod(java.lang.reflect.Method method) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getDeclaringClass() |
java.lang.Class<?>[] |
getExceptionTypes() |
java.lang.reflect.Type[] |
getGenericExceptionTypes() |
java.lang.reflect.Type[] |
getGenericParameterTypes() |
int |
getModifiers() |
java.lang.String |
getName() |
java.lang.annotation.Annotation[][] |
getParameterAnnotations() |
java.lang.Class<?>[] |
getParameterTypes() |
boolean |
isSynthetic() |
boolean |
isVarArgs() |
java.lang.String |
toGenericString() |
equals, get, getAnnotation, getAnnotations, getDeclaredAnnotations, getMetaAnnotations, hashCode, isAnnotationPresent, toString, unroll, unroll, unrollParametersprivate final java.lang.annotation.Annotation[][] parameterAnnotations
public java.lang.annotation.Annotation[][] getParameterAnnotations()
getParameterAnnotations in interface AnnotatedMethod<java.lang.reflect.Method>public java.lang.Class<?> getDeclaringClass()
getDeclaringClass in interface java.lang.reflect.Memberpublic java.lang.String getName()
getName in interface java.lang.reflect.Memberpublic int getModifiers()
getModifiers in interface java.lang.reflect.Memberpublic java.lang.Class<?>[] getParameterTypes()
getParameterTypes in interface AnnotatedMethod<java.lang.reflect.Method>public java.lang.reflect.Type[] getGenericParameterTypes()
getGenericParameterTypes in interface AnnotatedMethod<java.lang.reflect.Method>public java.lang.Class<?>[] getExceptionTypes()
getExceptionTypes in interface AnnotatedMethod<java.lang.reflect.Method>public java.lang.reflect.Type[] getGenericExceptionTypes()
getGenericExceptionTypes in interface AnnotatedMethod<java.lang.reflect.Method>public java.lang.String toGenericString()
toGenericString in interface AnnotatedMethod<java.lang.reflect.Method>public boolean isVarArgs()
isVarArgs in interface AnnotatedMethod<java.lang.reflect.Method>public boolean isSynthetic()
isSynthetic in interface java.lang.reflect.Member