Json – 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…