Uses of Record Class
dev.archunitjava.model.DeclarationDependency
Packages that use DeclarationDependency
-
Uses of DeclarationDependency in dev.archunitjava.model
Classes in dev.archunitjava.model that implement interfaces with type arguments of type DeclarationDependencyModifier and TypeClassDescriptionfinal recordOne type dependency with every duplicate-free declaration source that supports it.Methods in dev.archunitjava.model that return types with arguments of type DeclarationDependencyModifier and TypeMethodDescriptionDeclarationDependencyResult.dependencies()Returns the value of thedependenciesrecord component.Methods in dev.archunitjava.model with parameters of type DeclarationDependencyModifier and TypeMethodDescriptionintDeclarationDependency.compareTo(DeclarationDependency other) Constructor parameters in dev.archunitjava.model with type arguments of type DeclarationDependencyModifierConstructorDescriptionDeclarationDependencyResult(List<DeclarationDependency> dependencies, List<JavaTypeName> externalTargets, int primitiveReferencesIgnored, int duplicateSourcesCollapsed) Creates an instance of aDeclarationDependencyResultrecord class.