接口 AutoTableAnnotationFinder
public interface AutoTableAnnotationFinder
- 作者:
- don
-
方法概要
修饰符和类型方法说明default <A extends Annotation>
boolean判断是否存在注解default <A extends Annotation>
boolean判断是否存在注解default <A extends Annotation>
boolean判断是否存在注解default <A extends Annotation>
A查找注解default <A extends Annotation>
A查找注解default <A extends Annotation>
A查找注解
-
方法详细资料
-
find
查找注解- 类型参数:
A- 注解类型- 参数:
clazz- 查找的目标类annotationClass- 查找的注解- 返回:
- 注解
-
find
查找注解- 类型参数:
A- 注解类型- 参数:
method- 查找的目标方法annotationClass- 查找的注解- 返回:
- 注解
-
find
查找注解- 类型参数:
A- 注解类型- 参数:
field- 查找的目标字段annotationClass- 查找的注解- 返回:
- 注解
-
exist
判断是否存在注解- 类型参数:
A- 注解类型- 参数:
clazz- 查找的目标类annotationClass- 查找的注解- 返回:
- 是否存在
-
exist
判断是否存在注解- 类型参数:
A- 注解类型- 参数:
method- 查找的目标方法annotationClass- 查找的注解- 返回:
- 是否存在
-
exist
判断是否存在注解- 类型参数:
A- 注解类型- 参数:
field- 查找的目标字段annotationClass- 查找的注解- 返回:
- 是否存在
-