类的使用
cn.taketoday.core.annotation.AnnotationTypeMappings
使用AnnotationTypeMappings的程序包
程序包
说明
Core support package for annotations, meta-annotations, and merged
annotations with attribute overrides.
-
cn.taketoday.core.annotation中AnnotationTypeMappings的使用
修饰符和类型字段说明private final AnnotationTypeMappings[]MergedAnnotationsCollection.mappingsprivate final AnnotationTypeMappings[]TypeMappedAnnotations.Aggregate.mappings修饰符和类型字段说明private final ConcurrentReferenceHashMap<Class<? extends Annotation>,AnnotationTypeMappings> AnnotationTypeMappings.Cache.mappings修饰符和类型方法说明(专用程序包) static AnnotationTypeMappingsAnnotationTypeMappings.forAnnotationType(Class<? extends Annotation> annotationType) CreateAnnotationTypeMappingsfor the specified annotation type.(专用程序包) static AnnotationTypeMappingsAnnotationTypeMappings.forAnnotationType(Class<? extends Annotation> annotationType, RepeatableContainers repeatableContainers, AnnotationFilter annotationFilter) CreateAnnotationTypeMappingsfor the specified annotation type.private static AnnotationTypeMappingsAnnotationTypeMappings.forAnnotationType(Class<? extends Annotation> annotationType, RepeatableContainers repeatableContainers, AnnotationFilter annotationFilter, Set<Class<? extends Annotation>> visitedAnnotationTypes) CreateAnnotationTypeMappingsfor the specified annotation type.(专用程序包) static AnnotationTypeMappingsAnnotationTypeMappings.forAnnotationType(Class<? extends Annotation> annotationType, Set<Class<? extends Annotation>> visitedAnnotationTypes) CreateAnnotationTypeMappingsfor the specified annotation type.(专用程序包) AnnotationTypeMappingsAnnotationTypeMappings.Cache.get(Class<? extends Annotation> annotationType, Set<Class<? extends Annotation>> visitedAnnotationTypes) Get or createAnnotationTypeMappingsfor the specified annotation type.(专用程序包) AnnotationTypeMappingsTypeMappedAnnotations.Aggregate.getMappings(int annotationIndex)