[Task] Add fluent api to create jackson classes #534
Labels
acknowledged
Has been viewed by one of the maintainers and is ready for further work, discussion or other steps.
task
Is your task related to a problem? Please describe.
As a developer I would like to have a fluent API to create the jackson classes to have some advantages in the code.
The advantages lie in the easier development of useful programs and the better readability of the program code written for them. Fluent interfaces can come very close to a natural language sentence. This means you only need to add a little additional comment.
Example:
Currently
Describe the solution you'd like
I would like to have fluent api directly in the classes
or
Describe alternatives you've considered
Maybe a builder api could also make sense
The text was updated successfully, but these errors were encountered: