Jackson - Unmarshall to Collection/Array | Baeldung
Reading the same JSON Array into a Java Collection is a bit more difficult – by default, Jackson will not be able to get the full generic type information and will instead create a collection of LinkedHashMap instances:
Read full article from Jackson - Unmarshall to Collection/Array | Baeldung
No comments:
Post a Comment