Uses of Class
org.miaixz.bus.core.annotation.resolve.elements.RepeatableMetaAnnotatedElement
Packages that use RepeatableMetaAnnotatedElement
-
Uses of RepeatableMetaAnnotatedElement in org.miaixz.bus.core.annotation.resolve.elements
Methods in org.miaixz.bus.core.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缓存映射对象