Package | Description |
---|---|
org.springframework.core.type.classreading |
Support classes for reading annotation and class-level metadata.
|
org.springframework.util |
Miscellaneous utility classes, such as String manipulation utilities,
a Log4J configurer, and a state holder for paged lists of objects.
|
Modifier and Type | Field and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
LinkedMultiValueMap<K,V> |
LinkedMultiValueMap.clone()
Create a regular copy of this Map.
|
LinkedMultiValueMap<K,V> |
LinkedMultiValueMap.deepCopy()
Create a deep copy of this Map.
|