Uses of Record Class
dev.archunitjava.metrics.ComponentDependencyMetrics
Packages that use ComponentDependencyMetrics
-
Uses of ComponentDependencyMetrics in dev.archunitjava.metrics
Classes in dev.archunitjava.metrics that implement interfaces with type arguments of type ComponentDependencyMetricsMethods in dev.archunitjava.metrics that return types with arguments of type ComponentDependencyMetricsModifier and TypeMethodDescriptionDependencyMetricReport.components()Returns the value of thecomponentsrecord component.Methods in dev.archunitjava.metrics with parameters of type ComponentDependencyMetricsModifier and TypeMethodDescriptionintComponentDependencyMetrics.compareTo(ComponentDependencyMetrics other) Method parameters in dev.archunitjava.metrics with type arguments of type ComponentDependencyMetricsModifier and TypeMethodDescriptionstatic DependencyMetricReportDependencyMetricReport.of(ProjectionDomain domain, List<ComponentDependencyMetrics> components, CumulativeDependencyMetrics cumulative) Constructor parameters in dev.archunitjava.metrics with type arguments of type ComponentDependencyMetricsModifierConstructorDescriptionDependencyMetricReport(ProjectionDomain domain, List<ComponentDependencyMetrics> components, CumulativeDependencyMetrics cumulative, List<MetricSample> samples) Creates an instance of aDependencyMetricReportrecord class.