Uses of Enum Class
dev.archunitjava.model.DeclarationDependencySourceKind
Packages that use DeclarationDependencySourceKind
-
Uses of DeclarationDependencySourceKind in dev.archunitjava.model
Subclasses with type arguments of type DeclarationDependencySourceKind in dev.archunitjava.modelMethods in dev.archunitjava.model that return DeclarationDependencySourceKindModifier and TypeMethodDescriptionDeclarationDependencySource.kind()Returns the value of thekindrecord component.Returns the enum constant of this class with the specified name.static DeclarationDependencySourceKind[]DeclarationDependencySourceKind.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 DeclarationDependencySourceKindModifierConstructorDescriptionDeclarationDependencySource(DeclarationDependencySourceKind kind, DeclarationDependencyOwner owner, String classFileValue, String detail, int arrayDimensions, Optional<AnnotationSite> annotationSite, DeclarationLocation location) Creates an instance of aDeclarationDependencySourcerecord class.