Package edu.wisc.game.reflect
package edu.wisc.game.reflect
Auxiliary classes used for converting Java objects to Java structures and vice versa, and for related purposes
Software Copyright University Wisconsin-Madison, under Apache License, Version 2.0
-
ClassDescriptionAn 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.Tools for exporting Java objects as JSON structuresTools for importing Java objects from JSON structures.All our entities (corresponding to table rows) implement this.A bunch of methods to figure what fields a class has, and how to print them out in a more or less sensible way.An entry describes one field of the class, complete with its access methods (getter and setter) and the display hints