Uses of Class
org.miaixz.bus.core.lang.annotation.resolve.elements.MetaAnnotatedElement
Packages that use MetaAnnotatedElement
Package
Description
注解包,提供增强型注解和注解工具类,处理包括:
注解元素(AnnotatedElements)上的注解。
父元素上的注解(包括类、接口、方法、属性)。
注解上的注解。
父元素上的注解上的注解。
AnnotatedElement 对象实现
-
Uses of MetaAnnotatedElement in org.miaixz.bus.core.lang.annotation.resolve
Methods in org.miaixz.bus.core.lang.annotation.resolve that return MetaAnnotatedElementModifier and TypeMethodDescriptionAnnotatedElements.getMetaElementCache(AnnotatedElement element) 创建一个不支持注解解析的MetaAnnotatedElementAnnotatedElements.getResolvedMetaElementCache(AnnotatedElement element) 创建一个支持注解解析的MetaAnnotatedElement -
Uses of MetaAnnotatedElement in org.miaixz.bus.core.lang.annotation.resolve.elements
Methods in org.miaixz.bus.core.lang.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缓存映射对象