接口 | 说明 |
---|---|
DiffNode.Visitor |
Visitor to traverse a node graph.
|
类 | 说明 |
---|---|
AbstractFilteringVisitor | |
CategoryFilteringVisitor | |
DiffNode |
Represents a part of an object.
|
NodeHierarchyVisitor |
Prints the hierarchy of the object graph in a human-readable form.
|
NodePathVisitor | |
PrintingVisitor | |
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 |
枚举 | 说明 |
---|---|
DiffNode.State |
The state of a
DiffNode representing the difference between two objects. |