Maven plugin to generate upgradable data classes and serializers from a .yaml definition file.
Go to file
Andrea Cavalli a45f1908f1 Avoid creating itself if the value set is equal 2022-02-24 02:24:24 +01:00
.github/workflows Update runtime 2021-10-09 00:45:32 +02:00
src/main/java/it/cavallium/data/generator Avoid creating itself if the value set is equal 2022-02-24 02:24:24 +01:00
.gitignore Update .gitignore 2021-03-01 22:01:27 +01:00
README.md Update README 2021-03-01 21:08:35 +01:00
pom.xml Optimize singleton nullables 2022-02-20 18:20:05 +01:00

README.md

Data generator

Maven plugin to generate upgradable data classes and serializers from a .yaml definition file.

It can be also executed standalone.

The data is serializable and upgradable from any version to the latest.

The transformations between each version are defined in the .yaml file itself.

Supports custom (external) data types, custom data arrays, custom data optionals, interfaces with common getters / setters.

The serialized data is very lightweight: it serializes only the data, without any metadata or type specification, because it's all deducted on compile-time from the definitions file.