Uses of Record Class
dev.archunitjava.baseline.FindingChange
Packages that use FindingChange
-
Uses of FindingChange in dev.archunitjava.baseline
Classes in dev.archunitjava.baseline that implement interfaces with type arguments of type FindingChangeModifier and TypeClassDescriptionfinal recordOne deterministic comparison entry, retaining both sides when a finding moved.Methods in dev.archunitjava.baseline that return types with arguments of type FindingChangeModifier and TypeMethodDescriptionBaselineComparison.changes()Returns the value of thechangesrecord component.Methods in dev.archunitjava.baseline with parameters of type FindingChangeConstructor parameters in dev.archunitjava.baseline with type arguments of type FindingChangeModifierConstructorDescriptionBaselineComparison(LocalDate onDate, List<FindingChange> changes) Creates an instance of aBaselineComparisonrecord class.