atdjversion
Java code generation for ATD.
Atdj is a program that generates a Java interface from type definitions. In particular, given a set of ATD type definitions, this tool generates a set of Java classes representing those types with built-in JSON serializers and deserializers.
The primary benefits of using the generated interface, over manually manipulating JSON strings from within Java, are safety and ease of use. Specifically, the generated interface offers the following features:
JSON strings are automatically checked for correctness with respect to the ATD specification.
Details such as optional fields and their associated default values are automatically handled.
Author | Martin Jambon |
---|---|
Published | |
Homepage | https://github.com/mjambon/atd |
Issue Tracker | https://github.com/mjambon/atd/issues |
Maintainer | martin@mjambon.com |
Dependencies | |
Source [http] | https://github.com/mjambon/atd/releases/download/2.0.0/atd-2.0.0.tbz sha256=9a2c51ca67b8091c81bf710b30c170e6f768c133952e8a6d2626b92d1eba57c1 md5=14e47609397c524ea0eae7c3f14f7ccf |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/atdj/atdj.2.0.0/opam |
No package is dependent