Detecting Absent Properties in Java REST APIs with Jackson, Spring, and Custom Deserializers
In modern software development, ensuring backward compatibility with older clients while introducing new features can be challenging. One such challenge is detecting whether a specific property was sent through a REST API request. By default, Jackson...
marceloresende.dev6 min read