Annotated<T>, AnnotatedElement, AnnotatedMember<T>, MemberMetaAnnotatedConstructor, MetaAnnotatedMethodpublic interface AnnotatedMethod<T> extends AnnotatedMember<T>
| Modifier and Type | Method | Description |
|---|---|---|
Class<?>[] |
getExceptionTypes() |
|
Type[] |
getGenericExceptionTypes() |
|
Type[] |
getGenericParameterTypes() |
|
Annotation[][] |
getParameterAnnotations() |
|
Class<?>[] |
getParameterTypes() |
|
boolean |
isVarArgs() |
|
String |
toGenericString() |
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, isAnnotationPresentgetDeclaringClass, getModifiers, getName, isSyntheticAnnotation[][] getParameterAnnotations()
Class<?>[] getExceptionTypes()
Class<?>[] getParameterTypes()
String toGenericString()
Type[] getGenericExceptionTypes()
Type[] getGenericParameterTypes()
boolean isVarArgs()
Copyright © 2005–2018. All rights reserved.