posted 6 years ago
I got json data from api which contain all values strings but I need to use that values as integer primitives. I used Parsing but when json have null value it throw exception please anyone can tell me how to handle null values when converting json to pojo in spring?