Lombok
-
Java

Lombok @Data and Final Fields Default Constructor Error Example
1. Introduction Lombok is an open-source Java library that generates getter, setter, toString, equals, hashCode, and constructors automatically to reduce common boilerplate code. The…
Read More » -
Core Java

Beyond Lombok: Writing Clean, Explicit Java with Records and Pattern Matching
Writing concise, clean Java code has long been a pursuit for developers. For years, tools like Lombok have been the…
Read More » -
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 »
- 1
- 2



