Uses of Enum Class
dev.archunitjava.projection.ProjectionDropReason
Packages that use ProjectionDropReason
-
Uses of ProjectionDropReason in dev.archunitjava.projection
Subclasses with type arguments of type ProjectionDropReason in dev.archunitjava.projectionModifier and TypeClassDescriptionenumWhy a raw edge did not appear in a projected graph.Methods in dev.archunitjava.projection that return ProjectionDropReasonModifier and TypeMethodDescriptionDroppedProjectionEdge.reason()Returns the value of thereasonrecord component.static ProjectionDropReasonReturns the enum constant of this class with the specified name.static ProjectionDropReason[]ProjectionDropReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.archunitjava.projection with parameters of type ProjectionDropReasonModifierConstructorDescriptionDroppedProjectionEdge(DependencyEdge edge, ProjectionDropReason reason) Creates an instance of aDroppedProjectionEdgerecord class.