public abstract class AbstractParam extends Object implements Annotated, Documentable
| 构造器和说明 |
|---|
AbstractParam(Method method,
int index) |
| 限定符和类型 | 方法和说明 |
|---|---|
Annotation[] |
getAnnotations() |
<T extends Annotation> |
getDeclaredAnnotation(Class<T> annotationClass) |
String |
getDescription() |
Type |
getGenericType() |
int |
getIndex() |
String |
getLabel() |
String |
getName() |
Class<?> |
getType() |
public AbstractParam(Method method, int index)
public String getLabel()
getLabel 在接口中 Documentablepublic String getDescription()
getDescription 在接口中 Documentablepublic Class<?> getType()
public Annotation[] getAnnotations()
getAnnotations 在接口中 Annotatedpublic Type getGenericType()
public String getName()
public int getIndex()
public <T extends Annotation> T getDeclaredAnnotation(Class<T> annotationClass)
getDeclaredAnnotation 在接口中 AnnotatedT - annotationClass - annotationClassCopyright © 2022. All rights reserved.