Jackson Deserialization – Treat specific string values as being null
I am working with an external API and have generated the Java client classes using the OpenAPI generator. One of the fields defined in the response is marked as being of a date type as shown below and the equivalent Java code is a method with a type of LocalDate
. So far so good.