Uses of Record Class
dev.archunitjava.model.DeclarationDependencySource
Packages that use DeclarationDependencySource
-
Uses of DeclarationDependencySource in dev.archunitjava.model
Classes in dev.archunitjava.model that implement interfaces with type arguments of type DeclarationDependencySourceModifier and TypeClassDescriptionfinal recordOne exact class-file value and owning declaration that produced a dependency.Methods in dev.archunitjava.model that return types with arguments of type DeclarationDependencySourceModifier and TypeMethodDescriptionDeclarationDependency.sources()Returns the value of thesourcesrecord component.Methods in dev.archunitjava.model with parameters of type DeclarationDependencySourceModifier and TypeMethodDescriptionintDeclarationDependencySource.compareTo(DeclarationDependencySource other) Constructor parameters in dev.archunitjava.model with type arguments of type DeclarationDependencySourceModifierConstructorDescriptionDeclarationDependency(JavaTypeName origin, JvmReferenceType target, DeclarationDependencyEvidenceKind evidenceKind, boolean selfDependency, boolean externalTarget, List<DeclarationDependencySource> sources) Creates an instance of aDeclarationDependencyrecord class.