Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 380 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 380 Bytes

Lombok-Jackson serialization example

This is an example Jackson serialization with classes, that use Lombok features (like @Value).

It avoids @JsonCreator constructor deserialization with requiring messy @JsonProperty on each its argument.

In this example builders are used to prevent this.

All code generation happens in compile time, without any runtime hacks.