类 AnnotatedElementUtilsPlus
java.lang.Object
org.dromara.autotable.solon.util.AnnotatedElementUtilsPlus
注解合并处理类,可以将相同的注解的不同实例,中的属性合并为一个注解实例
- 作者:
- don, chengliang4810
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static <ANNO extends Annotation>
ANNOfindDeepMergedAnnotation(AnnotatedElement element, Class<ANNO> annoClass) static <ANNO extends Annotation>
ANNOgetDeepMergedAnnotation(AnnotatedElement element, Class<ANNO> annoClass) static <ANNO extends Annotation>
ANNO
-
构造器详细资料
-
AnnotatedElementUtilsPlus
public AnnotatedElementUtilsPlus()
-
-
方法详细资料
-
getDeepMergedAnnotation
public static <ANNO extends Annotation> ANNO getDeepMergedAnnotation(AnnotatedElement element, Class<ANNO> annoClass) -
findDeepMergedAnnotation
public static <ANNO extends Annotation> ANNO findDeepMergedAnnotation(AnnotatedElement element, Class<ANNO> annoClass) -
merge
-