[
https://issues.apache.org/jira/browse/JOHNZON-355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17448257#comment-17448257
]
Arne Limburg commented on JOHNZON-355:
--------------------------------------
I just created a pull-request for it at github
> @JsonbTypeAdapter at class level is ignored, when class is used in a
> collection
> -------------------------------------------------------------------------------
>
> Key: JOHNZON-355
> URL: https://issues.apache.org/jira/browse/JOHNZON-355
> Project: Johnzon
> Issue Type: Bug
> Affects Versions: 1.2.15
> Reporter: Arne Limburg
> Priority: Major
>
> In the following situation Johnzon fails to serialize the collection, because
> it fails to find the adapter:
> {code}
> @JsonbTypeAdapter(...)
> public class Baz {
> ...
> }
>
> public class BazCollection {
> List<Baz> collection;
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)