Uses of Record Class
dev.archunitjava.projection.DroppedProjectionEdge
Packages that use DroppedProjectionEdge
-
Uses of DroppedProjectionEdge in dev.archunitjava.projection
Classes in dev.archunitjava.projection that implement interfaces with type arguments of type DroppedProjectionEdgeModifier and TypeClassDescriptionfinal recordOne omitted raw edge and its deterministic reason.Methods in dev.archunitjava.projection that return types with arguments of type DroppedProjectionEdgeModifier and TypeMethodDescriptionProjectionResult.droppedEdges()Returns the value of thedroppedEdgesrecord component.Methods in dev.archunitjava.projection with parameters of type DroppedProjectionEdgeModifier and TypeMethodDescriptionintDroppedProjectionEdge.compareTo(DroppedProjectionEdge other) Constructor parameters in dev.archunitjava.projection with type arguments of type DroppedProjectionEdgeModifierConstructorDescriptionProjectionResult(ProjectionDomain domain, DependencyGraph graph, List<DroppedProjectionEdge> droppedEdges) Creates an instance of aProjectionResultrecord class.