java.lang.reflect.AnnotatedElement, java.lang.reflect.Member, Annotated<java.lang.reflect.Method>, AnnotatedMember<java.lang.reflect.Method>, AnnotatedMethod<java.lang.reflect.Method>, MetaAnnotated<java.lang.reflect.Method>public class MetaAnnotatedMethod extends MetaAnnotatedElement<java.lang.reflect.Method> implements AnnotatedMethod<java.lang.reflect.Method>
annotations, target| Constructor | Description |
|---|---|
MetaAnnotatedMethod(java.lang.reflect.Method method) |
| Modifier and Type | Method | 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() |
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, isAnnotationPresentequals, get, getAnnotation, getAnnotations, getDeclaredAnnotations, getMetaAnnotations, hashCode, isAnnotationPresent, toString, unroll, unroll, unrollParameterspublic 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.MemberCopyright © 2005–2018. All rights reserved.