All Classes and Interfaces
Class
Description
Snapshot of an array and its members.
Factory that creates an
ArraySnapshotNode.Snapshot of an class and its fields.
Factory that creates an
ClassSnapshotNode.SnapshotNodeFactory that delegates to an inner list of factories.The default Factory that is used.
The result of a diff operation.
A Difference that is always empty.
Multiple differences.
The kind of difference.
Allows visitors to control the traversal.
Always returns
null when SnapshotNodeFactory.toSnapshotNode(Object) is called.A
DifferenceNode with no child nodes.Differences of a
Map.Snapshot of a map and its entries.
Snapshot of a single entry of a map.
Factory that creates an
MapSnapshotNode.Can diff an
SnapshotNode by DifferenceType.REFERENCE, DifferenceType.EQUALITY and
DifferenceType.TYPE_CHANGE.Factory that creates an
ReferenceSnapshotNode.Creates a snapshot of an java object that can then be compared to another snappshot to check what has changed.
Snapshot of an object.
Creates a
SnapshotNode based on values.