Popular Categories
Recent posts
Jackson Deserialization and the Builder Pattern
Tutorial that shows how to use the builder pattern with Jackson for deserialization purposes. It also covers how to do it if we’re using Lombok to generate the builders. Examples included!
Jackson Mixins Common Uses
Introducing Jackson Mixins and showing with examples some common cases where they can be useful!
How to Customize the @ConfigurationProperties Validation in Spring
Customizing the validation of @ConfigurationProperties classes in Spring and showing how Spring looks for validators internally.
New Collectors Added After Java 8
Collectors have been quite useful and popular among developers since Java 8, specially the predefined ones. Luckily, they have been growing in the following Java releases. Let’s see them in practice!