Class EnrichableMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
com.atlassian.confluence.api.model.reference.EnrichableMap<K,V>
- All Implemented Interfaces:
NavigationAware
,Map<K,
V>
A map with the RestEnrichable annotation, indicating that this map should be converted to a RestEntity
and enriched by the REST stack.
This map can contains Collapsed entries - that is, it is aware of entry keys for which the value would be a collapsed reference. Collapsed entries cannot be retrieved with get() (which will throw an error), but the set of collapsed entries can be retrieved to identify which entries to add to the expandables map.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Method Summary
Modifier and TypeMethodDescriptionentrySet()
DO NOT USE Only for fixing the java.lang.UnsupportedOperationException from com.fasterxml.jackson.databind.deser.std.MapDeserializer._readAndBindStringKeyMapresolveNavigation
(NavigationService navigationService) Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, toString, values
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Method Details
-
entrySet
-
put
DO NOT USE Only for fixing the java.lang.UnsupportedOperationException from com.fasterxml.jackson.databind.deser.std.MapDeserializer._readAndBindStringKeyMap -
getCollapsedEntries