程序包 | 说明 |
---|---|
com.fr.common.diff.node |
限定符和类型 | 类和说明 |
---|---|
class |
AbstractFilteringVisitor |
class |
CategoryFilteringVisitor |
class |
NodeHierarchyVisitor
Prints the hierarchy of the object graph in a human-readable form.
|
class |
NodePathVisitor |
class |
PrintingVisitor |
class |
StateFilteringVisitor |
class |
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. |
限定符和类型 | 方法和说明 |
---|---|
void |
DiffNode.visit(DiffNode.Visitor visitor)
Visit this and all child nodes.
|
protected void |
DiffNode.visit(DiffNode.Visitor visitor,
Visit visit) |
void |
DiffNode.visitChildren(DiffNode.Visitor visitor)
Visit all child nodes but not this one.
|
void |
DiffNode.visitParents(DiffNode.Visitor visitor) |