-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
good first issueIssue that seems easy to resolve and is likely a good candidate for contributors new to projectIssue that seems easy to resolve and is likely a good candidate for contributors new to projectguava
Milestone
Description
Currently, when deserializing to a field declared simply as a SetMultimap
, a HashMultimap
is used as the implementation. This is at odds with Jackson's default behavior for normal Map
s where a LinkedHashMap
is used to preserve the ordering present in the JSON. It seems like the Guava module should analogously use LinkedHashMultimap
as the default SetMultimap
implementation.
ST-DDT
Metadata
Metadata
Assignees
Labels
good first issueIssue that seems easy to resolve and is likely a good candidate for contributors new to projectIssue that seems easy to resolve and is likely a good candidate for contributors new to projectguava