-
Java👁 Image
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👁 Image
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👁 Image
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👁 Image
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👁 Image
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👁 Image
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👁 Image
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👁 Image
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👁 spring-interview-questions-answers
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 »
