Skip to content

IlyaMoiseev/lombokjackson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages