Uses of Enum Class
dev.archunitjava.rules.SyntheticEdgePolicy
Packages that use SyntheticEdgePolicy
-
Uses of SyntheticEdgePolicy in dev.archunitjava.rules
Subclasses with type arguments of type SyntheticEdgePolicy in dev.archunitjava.rulesModifier and TypeClassDescriptionenumWhether evidence owned only by synthetic types, synthetic members, or bridge methods is used.Methods in dev.archunitjava.rules that return SyntheticEdgePolicyModifier and TypeMethodDescriptionCycleRuleOptions.syntheticEdges()Returns the value of thesyntheticEdgesrecord component.static SyntheticEdgePolicyReturns the enum constant of this class with the specified name.static SyntheticEdgePolicy[]SyntheticEdgePolicy.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 SyntheticEdgePolicyModifier and TypeMethodDescriptionCycleRuleOptions.withSyntheticEdges(SyntheticEdgePolicy policy) Constructors in dev.archunitjava.rules with parameters of type SyntheticEdgePolicyModifierConstructorDescriptionCycleRuleOptions(Set<DependencyKind> includedKinds, TypeUseDependencyPolicy typeUseDependencies, SyntheticEdgePolicy syntheticEdges, int maximumRepresentativeLength, long maximumTraversedEdgesPerComponent, int maximumEvidenceEntries) Creates an instance of aCycleRuleOptionsrecord class.