| Class | Description |
|---|---|
| AbstractFilteringVisitor | |
| CategoryFilteringVisitor | |
| NodeHierarchyVisitor |
Prints the hierarchy of the object graph in a human-readable form.
|
| PrintingVisitor | |
| PropertyVisitor | |
| StateFilteringVisitor | |
| ToMapPrintingVisitor |
This visitor generates the same output as the
PrintingVisitor, but instead of printing it to
System.out, it will store the messages in a Map, identified by the property path of the
visited node. |
| Visit |
| Exception | Description |
|---|---|
| StopVisitationException |
Copyright © 2012. All Rights Reserved.