Uses of Class
org.miaixz.bus.core.lang.annotation.resolve.elements.RepeatableMetaAnnotatedElement
Packages that use RepeatableMetaAnnotatedElement
Package
Description
注解包,提供增强型注解和注解工具类,处理包括:
注解元素(AnnotatedElements)上的注解。
父元素上的注解(包括类、接口、方法、属性)。
注解上的注解。
父元素上的注解上的注解。
AnnotatedElement 对象实现
-
Uses of RepeatableMetaAnnotatedElement in org.miaixz.bus.core.lang.annotation.resolve
Methods in org.miaixz.bus.core.lang.annotation.resolve that return RepeatableMetaAnnotatedElementModifier and TypeMethodDescriptionAnnotatedElements.getRepeatableMetaElementCache(AnnotatedElement element) 创建一个不支持注解解析的RepeatableMetaAnnotatedElementAnnotatedElements.getResolvedRepeatableMetaElementCache(AnnotatedElement element) 创建一个支持注解解析的RepeatableMetaAnnotatedElement -
Uses of RepeatableMetaAnnotatedElement in org.miaixz.bus.core.lang.annotation.resolve.elements
Methods in org.miaixz.bus.core.lang.annotation.resolve.elements that return RepeatableMetaAnnotatedElementModifier and TypeMethodDescriptionstatic <A extends AnnotationMapping<Annotation>>
RepeatableMetaAnnotatedElement<A> RepeatableMetaAnnotatedElement.create(AnnotatedElement element, BiFunction<A, Annotation, A> mappingFactory) 获取AnnotatedElement上的注解结构,该方法会针对相同的AnnotatedElement缓存映射对象static <A extends AnnotationMapping<Annotation>>
RepeatableMetaAnnotatedElement<A> RepeatableMetaAnnotatedElement.create(RepeatableAnnotationCollector collector, AnnotatedElement element, BiFunction<A, Annotation, A> mappingFactory) 获取AnnotatedElement上的注解结构,该方法会针对相同的AnnotatedElement缓存映射对象