You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lists of primitives are not supported yet. There is issue #1120 to track adding support for that. You'll find there some ideas how you can workaround that currently.
I need to create an array of Int like
[1,2,3]
.But i cannot use
var days = List<Int>()
So, what is the workaround to get this?
Following is the complete class which extends Object and Mappable for ObjectMapper
The text was updated successfully, but these errors were encountered: