Package de.danielbechler.diff.node
package de.danielbechler.diff.node
-
ClassDescriptionRepresents a part of an object.The state of a
DiffNoderepresenting the difference between two objects.Visitor to traverse a node graph.Prints the hierarchy of the object graph in a human-readable form.This visitor generates the same output as thePrintingVisitor, but instead of printing it toSystem.out, it will store the messages in a Map, identified by the property path of the visited node.