public class MetaAnnotatedMethod extends MetaAnnotatedObject<Method> implements AnnotatedMethod<Method>
annotations, target
Constructor and Description |
---|
MetaAnnotatedMethod(Method method) |
Modifier and Type | Method and Description |
---|---|
Annotation[] |
getDeclaredAnnotations() |
Class<?> |
getDeclaringClass() |
Class<?>[] |
getExceptionTypes() |
Type[] |
getGenericExceptionTypes() |
Type[] |
getGenericParameterTypes() |
int |
getModifiers() |
String |
getName() |
Annotation[][] |
getParameterAnnotations() |
Class<?>[] |
getParameterTypes() |
boolean |
isSynthetic() |
boolean |
isVarArgs() |
String |
toGenericString() |
equals, get, getAnnotation, getAnnotations, getMetaAnnotations, hashCode, isAnnotationPresent, toString, unroll
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAnnotation, getAnnotations, isAnnotationPresent
public MetaAnnotatedMethod(Method method)
public Annotation[] getDeclaredAnnotations()
getDeclaredAnnotations
in interface AnnotatedElement
public Annotation[][] getParameterAnnotations()
getParameterAnnotations
in interface AnnotatedMethod<Method>
public Class<?> getDeclaringClass()
getDeclaringClass
in interface Member
public int getModifiers()
getModifiers
in interface Member
public Class<?>[] getParameterTypes()
getParameterTypes
in interface AnnotatedMethod<Method>
public Type[] getGenericParameterTypes()
getGenericParameterTypes
in interface AnnotatedMethod<Method>
public Class<?>[] getExceptionTypes()
getExceptionTypes
in interface AnnotatedMethod<Method>
public Type[] getGenericExceptionTypes()
getGenericExceptionTypes
in interface AnnotatedMethod<Method>
public String toGenericString()
toGenericString
in interface AnnotatedMethod<Method>
public boolean isVarArgs()
isVarArgs
in interface AnnotatedMethod<Method>
public boolean isSynthetic()
isSynthetic
in interface Member
Copyright © 2005-2012. All Rights Reserved.