You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2018/05/14 07:57:00 UTC

[jira] [Resolved] (WW-4937) Add SortedSet field support to JSON plugin

     [ https://issues.apache.org/jira/browse/WW-4937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukasz Lenart resolved WW-4937.
-------------------------------
    Resolution: Fixed

> Add SortedSet field support to JSON plugin
> ------------------------------------------
>
>                 Key: WW-4937
>                 URL: https://issues.apache.org/jira/browse/WW-4937
>             Project: Struts 2
>          Issue Type: Improvement
>    Affects Versions: 2.3.34
>            Reporter: Jarek Lipski
>            Priority: Minor
>             Fix For: 2.6
>
>
> Currently when I try to deserialize a bean that contains fields of type SortedSet, I get the following exception: {{}}
> {code:java}
> java.lang.IllegalArgumentException: argument type mismatch{code}
> This is due to the fact that JSONPopulator does not distinguish between Set and SortedSet interface.
> This can be fixed by creating a TreeSet for SortedSet fields.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)