Detecting Absent Properties in Java REST APIs with Jackson, Spring, and Custom Deserializers
Ensuring Compatibility and Flexibility in Java REST APIs with Custom Deserializers for Optional Properties
Jul 1, 20246 min read62

Search for a command to run...
Articles tagged with #java
Ensuring Compatibility and Flexibility in Java REST APIs with Custom Deserializers for Optional Properties

JPA Criteria is awesome when you need to compose complex queries from multiple blocks, but it can cause a lot of troubles when the underlying SQL code fails to check some obvious scenarios. The concept When dealing with Java Lists, we can almost alwa...
