| 程序包 | 说明 |
|---|---|
| cn.sexycode.util.core.cls | |
| cn.sexycode.util.core.collection |
| 限定符和类型 | 字段和说明 |
|---|---|
protected LinkedMultiValueMap<String,AnnotationAttributes> |
MethodMetadataReadingVisitor.attributesMap |
protected LinkedMultiValueMap<String,AnnotationAttributes> |
AnnotationMetadataReadingVisitor.attributesMap
Declared as a
LinkedMultiValueMap instead of a MultiValueMap
to ensure that the hierarchical ordering of the entries is preserved. |
| 限定符和类型 | 方法和说明 |
|---|---|
static AnnotationAttributes |
AnnotationReadingVisitorUtils.getMergedAnnotationAttributes(LinkedMultiValueMap<String,AnnotationAttributes> attributesMap,
Map<String,Set<String>> metaAnnotationMap,
String annotationName)
Retrieve the merged attributes of the annotation of the given type,
if any, from the supplied
attributesMap. |
| 限定符和类型 | 方法和说明 |
|---|---|
LinkedMultiValueMap<K,V> |
LinkedMultiValueMap.clone()
Create a regular copy of this Map.
|
LinkedMultiValueMap<K,V> |
LinkedMultiValueMap.deepCopy()
Create a deep copy of this Map.
|
Copyright © 2020. All rights reserved.