Uses of Interface
de.serra.so_dirty.sn.SnapshotNode
Packages that use SnapshotNode
-
Uses of SnapshotNode in de.serra.so_dirty.sn
Classes in de.serra.so_dirty.sn that implement SnapshotNodeModifier and TypeClassDescriptionclassSnapshot of an array and its members.classSnapshot of an class and its fields.classSnapshot of a map and its entries.classCan diff anSnapshotNodebyDifferenceType.REFERENCE,DifferenceType.EQUALITYandDifferenceType.TYPE_CHANGE.Fields in de.serra.so_dirty.sn declared as SnapshotNodeModifier and TypeFieldDescriptionfinal @Nullable SnapshotNodeMapSnapshotNode.MapMemberSnapshotNode.keySnapshotThe key snapshot.final @Nullable SnapshotNodeMapSnapshotNode.MapMemberSnapshotNode.valueSnapshotThe value snapshot.Methods in de.serra.so_dirty.sn that return SnapshotNodeModifier and TypeMethodDescription@Nullable SnapshotNodeCompoundSnapshotNodeFactory.toSnapshotNode(Object value) @Nullable SnapshotNodeIgnoreSnapshotNodeFactory.toSnapshotNode(Object value) @Nullable SnapshotNodeSnapshotNodeFactory.toSnapshotNode(Object value) Creates anSnapshotNodeforvalue.Methods in de.serra.so_dirty.sn with parameters of type SnapshotNodeModifier and TypeMethodDescriptionArraySnapshotNode.diff(@Nullable SnapshotNode other, String path) ClassSnapshotNode.diff(@Nullable SnapshotNode other, String path) MapSnapshotNode.diff(@Nullable SnapshotNode other, String path) ReferenceSnapshotNode.diff(@Nullable SnapshotNode other, String path) SnapshotNode.diff(@Nullable SnapshotNode other, String path) Compare this node to theotherone.static DifferenceNodeSnapshotNode.doDiff(@Nullable SnapshotNode a, @Nullable SnapshotNode b, String path) Helper to compare twoSnapshotNodes that arenullsafe.Constructors in de.serra.so_dirty.sn with parameters of type SnapshotNodeModifierConstructorDescriptionArraySnapshotNode(Object value, @Nullable SnapshotNode[] members) ConstuctsMapMemberSnapshotNode(@Nullable SnapshotNode keySnapshot, @Nullable SnapshotNode valueSnapshot) ConstructsConstructor parameters in de.serra.so_dirty.sn with type arguments of type SnapshotNodeModifierConstructorDescriptionClassSnapshotNode(Object value, Map<String, @Nullable SnapshotNode> fieldsToSnapshots) Constructs