atdj
Java code generation for ATD
Description
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
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 15 Apr 2020
- Authors
-
-
Martin Jambon <martin@mjambon.com>
-
David Sheets <sheets@alum.mit.edu>
-
Rudi Grinberg <me@rgrinberg.com>
-
Ivan Jager <aij+git@mrph.org>
-
Jeff Meister <nanaki@gmail.com>
-
Carmelo Piccione <carmelo.piccione@gmail.com>
-
Raman Varabets <roman.vorobets@gmail.com>
-
Mathieu Baudet <mathieubaudet@fb.com>
-
Rauan Mayemir <rauan@mayemir.io>
-
Louis Roché <louis@louisroche.net>
-
Brendan Long <self@brendanlong.com>
-
Christophe Troestler <christophe.Troestler@umons.ac.be>
-
Vincent Bernardoff <vb@luminar.eu.org>
-
haoyang <haoyang@esper.co>
-
- Maintainers
Sources
atd-2.2.1.tbz
sha256=db6b4c1a6293b214a7b7a3da435e681abd1b16b55d5aa246b93d26736d3a559e
sha512=0c7f1985cc4d87ddd541bb2f7085b72f81aaef69468653319a4a52e6cd6c9318511229784a12cdb413ae500e7a5b8195759e0d8d49946a9b00f62e8dda07e8a2
Dependencies
Reverse Dependencies