Uses of Class
org.miaixz.bus.core.lang.annotation.resolve.ResolvedAnnotationMapping
Packages that use ResolvedAnnotationMapping
Package
Description
注解包,提供增强型注解和注解工具类,处理包括:
注解元素(AnnotatedElements)上的注解。
父元素上的注解(包括类、接口、方法、属性)。
注解上的注解。
父元素上的注解上的注解。
-
Uses of ResolvedAnnotationMapping in org.miaixz.bus.core.lang.annotation.resolve
Methods in org.miaixz.bus.core.lang.annotation.resolve that return ResolvedAnnotationMappingModifier and TypeMethodDescriptionstatic ResolvedAnnotationMappingResolvedAnnotationMapping.create(Annotation annotation, boolean resolveAnnotationAttribute) 构建一个注解映射对象static ResolvedAnnotationMappingResolvedAnnotationMapping.create(ResolvedAnnotationMapping source, Annotation annotation, boolean resolveAnnotationAttribute) 构建一个注解映射对象,子注解及子注解的子注解们的属性会覆写注解对象的中的同名同名同类型属性, 当一个属性被多个子注解覆写时,优先选择离根注解最接近的注解中的属性用于覆写,ResolvedAnnotationMapping.getRoot()获取根注解Methods in org.miaixz.bus.core.lang.annotation.resolve that return types with arguments of type ResolvedAnnotationMappingModifier and TypeMethodDescriptionAnnotatedElements.getResolvedMetaElementCache(AnnotatedElement element) 创建一个支持注解解析的MetaAnnotatedElementAnnotatedElements.getResolvedRepeatableMetaElementCache(AnnotatedElement element) 创建一个支持注解解析的RepeatableMetaAnnotatedElementMethods in org.miaixz.bus.core.lang.annotation.resolve with parameters of type ResolvedAnnotationMappingModifier and TypeMethodDescriptionstatic ResolvedAnnotationMappingResolvedAnnotationMapping.create(ResolvedAnnotationMapping source, Annotation annotation, boolean resolveAnnotationAttribute) 构建一个注解映射对象,子注解及子注解的子注解们的属性会覆写注解对象的中的同名同名同类型属性, 当一个属性被多个子注解覆写时,优先选择离根注解最接近的注解中的属性用于覆写,Constructors in org.miaixz.bus.core.lang.annotation.resolve with parameters of type ResolvedAnnotationMappingModifierConstructorDescriptionResolvedAnnotationMapping(ResolvedAnnotationMapping source, Annotation annotation, boolean resolveAttribute) 构建一个注解映射对象