类 AbstractParam
java.lang.Object
org.coodex.concrete.common.modules.AbstractParam
- 所有已实现的接口:
Annotated,Documentable
- 直接已知子类:
AParam
Created by davidoff shen on 2016-11-30.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明<T extends Annotation>
TgetDeclaredAnnotation(Class<T> annotationClass) intgetIndex()getLabel()getName()Class<?>getType()
-
构造器详细资料
-
AbstractParam
-
-
方法详细资料
-
getLabel
- 指定者:
getLabel在接口中Documentable
-
getDescription
- 指定者:
getDescription在接口中Documentable
-
getType
- 返回:
- 参数类型
-
getAnnotations
- 指定者:
getAnnotations在接口中Annotated- 返回:
- 获取全部注解
-
getGenericType
- 返回:
- 参数泛型类型
-
getName
- 返回:
- 参数名
-
getIndex
public int getIndex()- 返回:
- 参数索引号
-
getDeclaredAnnotation
- 指定者:
getDeclaredAnnotation在接口中Annotated- 类型参数:
T-- 参数:
annotationClass- annotationClass- 返回:
- 获取某个注解
-