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 t...
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 t...
Introducing Jackson Mixins and showing with examples some common cases where they can be useful!
Customizing the validation of @ConfigurationProperties classes in Spring and showing how Spring looks for validators internally.
Collectors have been quite useful and popular among developers since Java 8, specially the predefined ones. Luckily, they have been growing in the following ...