|
Class Summary |
| ClassDeconstructor |
Starting with a top-level class, works recursively on the tree of related classes (fields, methods,
collections and sets) and stores java reflection information about how to access each classes members. |
| ClassMembers |
Represents the members of a given class as java reflection objects for fields and methods. |
| DeconstructedObject |
Represents a single instance of a deconstructed object (one which has been broken down
into its java reflection fields and methods). |
| DeconstructedObjectGraph |
Represents all of the objects associated with a top level class (the entire java object
tree from that object on) as a collection of DeconstructedObjects. |