Uses of Class
org.miaixz.bus.core.annotation.resolve.elements.MetaAnnotatedElement
Packages that use MetaAnnotatedElement
-
Uses of MetaAnnotatedElement in org.miaixz.bus.core.annotation.resolve.elements
Methods in org.miaixz.bus.core.annotation.resolve.elements that return MetaAnnotatedElementModifier and TypeMethodDescriptionstatic <A extends AnnotationMapping<Annotation>>
MetaAnnotatedElement<A> MetaAnnotatedElement.create(AnnotatedElement element, BiFunction<A, Annotation, A> mappingFactory) 获取AnnotatedElement上的注解结构,该方法会针对相同的AnnotatedElement缓存映射对象