List of usage examples for com.google.gson JsonElement interface-usage
From source file datamine.storage.idl.json.JsonField.java
/**
* Definition of one field in Datamine
*
* <p>
* TODO constraints, like must have default value if optional
* </p>
From source file datamine.storage.idl.json.JsonSchema.java
/**
* Schema definition
*
* <p>
* The schema is the biggest concept in the DataMine schema. It is
* a collection of tables.
From source file datamine.storage.idl.json.JsonTable.java
/** * Definition of a table * @author tliu * @author yqi */ public class JsonTable implements JsonElement {