Uses of Enum Class
dev.archunitjava.rules.TypeUseDependencyPolicy
Packages that use TypeUseDependencyPolicy
-
Uses of TypeUseDependencyPolicy in dev.archunitjava.rules
Subclasses with type arguments of type TypeUseDependencyPolicy in dev.archunitjava.rulesModifier and TypeClassDescriptionenumWhether declaration/signature and other non-call type-use edges participate in cycle rules.Methods in dev.archunitjava.rules that return TypeUseDependencyPolicyModifier and TypeMethodDescriptionCycleRuleOptions.typeUseDependencies()Returns the value of thetypeUseDependenciesrecord component.static TypeUseDependencyPolicyReturns the enum constant of this class with the specified name.static TypeUseDependencyPolicy[]TypeUseDependencyPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.archunitjava.rules with parameters of type TypeUseDependencyPolicyModifier and TypeMethodDescriptionCycleRuleOptions.withTypeUseDependencies(TypeUseDependencyPolicy policy) Constructors in dev.archunitjava.rules with parameters of type TypeUseDependencyPolicyModifierConstructorDescriptionCycleRuleOptions(Set<DependencyKind> includedKinds, TypeUseDependencyPolicy typeUseDependencies, SyntheticEdgePolicy syntheticEdges, int maximumRepresentativeLength, long maximumTraversedEdgesPerComponent, int maximumEvidenceEntries) Creates an instance of aCycleRuleOptionsrecord class.