jsoncodegen icon indicating copy to clipboard operation
jsoncodegen copied to clipboard

Groovy based generation tasks from JSON schema

Results 7 jsoncodegen issues
Sort by recently updated
recently updated
newest added

Volodymyr informed me that he has to switch back and forth in-between Java 11 (to run the code generation) and Java 17 (work with the project making use of the...

This is a super simple groovy generator. It is mostly equivalent to the Java one, but adds native groovy niceties provided by the @Canonical transform and obviously is much shorter...

- Enums must be classes even in case of interfaces generation - use more generic Collection class with extends for the rawType to allow choosing type instead of using lists...

In reading through the Readme, I noticed that this gradle task does not appear to exist anymore. ``` # builds release and copy artifacts to docker image dir as preparation...

I cannot generate java code from [JSON:API schema](http://jsonapi.org/schema). I get > Exception in thread "main" java.lang.Exception: property object w/o any type: [description:Link members related to the primary data., allOf:[[$ref:#/definitions/links], [$ref:#/definitions/pagination]]]...

When processing model junction.json, the inner type ObjectBaseGis does not pick up the version number defined in the model file.