Uses of Record Class
dev.archunitjava.report.SnapshotNode
Packages that use SnapshotNode
-
Uses of SnapshotNode in dev.archunitjava.report
Classes in dev.archunitjava.report that implement interfaces with type arguments of type SnapshotNodeModifier and TypeClassDescriptionfinal recordOne detached collapsed node and the source nodes it represents.Methods in dev.archunitjava.report that return types with arguments of type SnapshotNodeModifier and TypeMethodDescriptionGraphSnapshot.nodes()Returns the value of thenodesrecord component.Methods in dev.archunitjava.report with parameters of type SnapshotNodeConstructor parameters in dev.archunitjava.report with type arguments of type SnapshotNodeModifierConstructorDescriptionGraphSnapshot(SnapshotQueryMetadata query, List<SnapshotNode> nodes, List<SnapshotEdge> edges) GraphSnapshot(String schemaVersion, SnapshotQueryMetadata query, List<SnapshotNode> nodes, List<SnapshotEdge> edges) Creates an instance of aGraphSnapshotrecord class.