Json – Jackson use the first non-null alias
I'm using Jackson to parse JSON data on a Spring Boot application, but Jackson is unable to select properly the JSON fields to map to the POJO fields. Details Firstly, I'm reading data from a third party library, and their…