Uses of Enum Class
dev.archunitjava.rules.UnknownInheritancePolicy
Packages that use UnknownInheritancePolicy
-
Uses of UnknownInheritancePolicy in dev.archunitjava.rules
Subclasses with type arguments of type UnknownInheritancePolicy in dev.archunitjava.rulesModifier and TypeClassDescriptionenumPolicy for a transitive conclusion whose external inheritance is not fully known.Methods in dev.archunitjava.rules that return UnknownInheritancePolicyModifier and TypeMethodDescriptionHierarchyRuleSpec.unknownHierarchy()Returns the value of theunknownHierarchyrecord component.static UnknownInheritancePolicyReturns the enum constant of this class with the specified name.static UnknownInheritancePolicy[]UnknownInheritancePolicy.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 UnknownInheritancePolicyModifier and TypeMethodDescriptionHierarchyRuleSpec.withUnknownHierarchy(UnknownInheritancePolicy value) Constructors in dev.archunitjava.rules with parameters of type UnknownInheritancePolicyModifierConstructorDescriptionHierarchyRuleSpec(HierarchyRelation relation, HierarchyDepth depth, HierarchyRuleMode mode, UnknownInheritancePolicy unknownHierarchy) Creates an instance of aHierarchyRuleSpecrecord class.