File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
guava/src/main/java/com/fasterxml/jackson/datatype/guava/ser Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 3030 * complexity (and inaccuracy) of trying to handle cases where values themselves
3131 * would be serialized as arrays (in which cases determining whether given array
3232 * is a wrapper or value gets complicated and unreliable).
33- *<p>
34- * Missing features, compared to standard Java Maps:
35- *<ul>
36- * <li>Inclusion checks for content entries (non-null, non-empty)
37- * </li>
38- * <li>Sorting of entries
39- * </li>
40- * </ul>
4133 */
4234public class MultimapSerializer
4335 extends ContainerSerializer <Multimap <?, ?>>
@@ -76,10 +68,8 @@ public class MultimapSerializer
7668 /**
7769 * Flag set if output is forced to be sorted by keys (usually due
7870 * to annotation).
79- *<p>
80- * NOTE: not yet used.
81- *
82- * @since 2.5
71+ *
72+ * @since 2.15
8373 */
8474 protected final boolean _sortKeys ;
8575
You can’t perform that action at this time.
0 commit comments