Uses of Enum Class
dev.archunitjava.model.DeclarationDependencyEvidenceKind
Packages that use DeclarationDependencyEvidenceKind
-
Uses of DeclarationDependencyEvidenceKind in dev.archunitjava.model
Subclasses with type arguments of type DeclarationDependencyEvidenceKind in dev.archunitjava.modelModifier and TypeClassDescriptionenumWhether a dependency comes from erased, generic-only, annotation, or relationship evidence.Methods in dev.archunitjava.model that return DeclarationDependencyEvidenceKindModifier and TypeMethodDescriptionDeclarationDependency.evidenceKind()Returns the value of theevidenceKindrecord component.Returns the enum constant of this class with the specified name.static DeclarationDependencyEvidenceKind[]DeclarationDependencyEvidenceKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.archunitjava.model with parameters of type DeclarationDependencyEvidenceKindModifierConstructorDescriptionDeclarationDependency(JavaTypeName origin, JvmReferenceType target, DeclarationDependencyEvidenceKind evidenceKind, boolean selfDependency, boolean externalTarget, List<DeclarationDependencySource> sources) Creates an instance of aDeclarationDependencyrecord class.