package atdj

  1. Overview
  2. Docs
Java code generation for ATD.

Install

Dune Dependency

Authors

Maintainers

Sources

4cea30a5661fe426af664b0ab5fb0143f34ed513
md5=a9227b4495932b4e8b9dc2b2f63708ad

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.

Published: 21 Apr 2016

Dependencies (3)

  1. atdgen build & < "1.13.0"
  2. omake
  3. ocaml < "4.06.0"

Dev Dependencies

None

Used by

None

Conflicts

None