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
Another solution is having @JsonTypeInfo(use = JsonTypeInfo.Id.CLASS) annotation to class data members.
It adds metadata to the data member and jackson is able to parse correctly the type.
Please see http://stackoverflow.com/questions/19379967/strange-deserializing-problems-with-generic-types-using-scala-and-jackson-and-ja for details.
Shouldn't be the scala "primitive types" be auto converted from Strings?
The text was updated successfully, but these errors were encountered: