Lombok
-
Core Java
Lombok @Locked Annotation Example
Lombok is a popular Java library that helps reduce boilerplate code by automatically generating getters, setters, constructors, and more. One…
Read More » -
Core Java
MapStruct With Inheritance Examples
1. Introduction MapStruct is an open-source, compile-time code generator, and annotation processor. It simplifies the implementation of mappings between different…
Read More » -
Core Java
Lombok Constructor Annotations Example
1. Introduction Lombok is an open-source Java library that generates getter, setter, toString, equals, hashCode, and constructors automatically to reduce…
Read More » -
Core Java
Jackson and Lombok Examples
1. Introduction Jackson is an open-source java library for processing JSONs. It deserializes a JSON string into a Plain Old…
Read More » -
Core Java
Migrating from Lombok to Records with Ease
Keeping your Java code clean and easy to understand is essential for both you and your fellow developers. In the…
Read More » -
Core Java
Lombok, AutoValue and Immutables, or How to write less and better code returns
In the previous post about Lombok library, I have described a library that helps to deal with boilerplate code in…
Read More » -
Enterprise Java
Lombok – you should definitely give it a try
Lombok is not a new thing in a Java ecosystem, but I must admit I always underestimated its value until…
Read More » -
Core Java
Lombok, AutoValue, and Immutables
I liked Brandon‘s suggestion of a blog post comparing Project Lombok, AutoValue, and Immutables and this is a post that…
Read More » -
Core Java
Lombok, a compile time Java annotation preprocessor to minimize code size
In this article we are going to see how can we use lombok inside our regular Java Code to minimize…
Read More »
- 1
- 2