Annotated<T>
, AnnotatedElement
, AnnotatedMember<T>
, Member
MetaAnnotatedConstructor
, MetaAnnotatedMethod
public 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, isAnnotationPresent
getDeclaringClass, getModifiers, getName, isSynthetic
Annotation[][] getParameterAnnotations()
Class<?>[] getExceptionTypes()
Class<?>[] getParameterTypes()
String toGenericString()
Type[] getGenericExceptionTypes()
Type[] getGenericParameterTypes()
boolean isVarArgs()
Copyright © 2005–2018. All rights reserved.