| 程序包 | 说明 |
|---|---|
| org.dromara.hutool.core.annotation.elements |
AnnotatedElement对象实现
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <A extends AnnotationMapping<Annotation>> |
RepeatableMetaAnnotatedElement.create(AnnotatedElement element,
BiFunction<A,Annotation,A> mappingFactory)
获取
AnnotatedElement上的注解结构,该方法会针对相同的AnnotatedElement缓存映射对象 |
static <A extends AnnotationMapping<Annotation>> |
RepeatableMetaAnnotatedElement.create(RepeatableAnnotationCollector collector,
AnnotatedElement element,
BiFunction<A,Annotation,A> mappingFactory)
获取
AnnotatedElement上的注解结构,该方法会针对相同的AnnotatedElement缓存映射对象 |
Copyright © 2024. All rights reserved.