public interface Parameter<T> extends AnnotatedElement
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends Annotation> |
getAnnotationsByType(Class<T> annotationClass) |
<T extends Annotation> |
getDeclaredAnnotationsByType(Class<T> annotationClass) |
T |
getDeclaringExecutable() |
int |
getModifiers() |
String |
getName() |
Type |
getParameterizedType() |
Class<?> |
getType() |
boolean |
isImplicit() |
boolean |
isNamePresent() |
boolean |
isSynthetic() |
boolean |
isVarArgs() |
getAnnotation, getAnnotations, getDeclaredAnnotation, getDeclaredAnnotations, isAnnotationPresentboolean isNamePresent()
T getDeclaringExecutable()
int getModifiers()
String getName()
Type getParameterizedType()
Class<?> getType()
boolean isImplicit()
boolean isSynthetic()
boolean isVarArgs()
<T extends Annotation> T[] getDeclaredAnnotationsByType(Class<T> annotationClass)
getDeclaredAnnotationsByType 在接口中 AnnotatedElement<T extends Annotation> T[] getAnnotationsByType(Class<T> annotationClass)
getAnnotationsByType 在接口中 AnnotatedElementCopyright © 2022. All rights reserved.