Auxiliary classes used for converting Java objects to Java structures and vice versa, and for related purposes
-
Class Summary
| Class |
Description |
| JsonReflect |
Tools for exporting Java objects as JSON structures
|
| JsonToJava |
Tools for importing Java objects from JSON structures.
|
| OurTable |
All our entities (corresponding to table rows) implement this.
|
| Reflect |
A bunch of methods to figure what fields a class has, and how to
print them out in a more or less sensible way.
|
| Reflect.Entry |
An entry describes one field of the class, complete with its
access methods (getter and setter) and the display hints
|
-
Annotation Types Summary
| Annotation Type |
Description |
| Display |
An annotation describing how, if at all, a particular data field
(content of a SQL database column) is to be displayed in HTML
tables and data entry forms etc.
|