Uses of Record Class
dev.archunitjava.graph.DependencyEvidence
Packages that use DependencyEvidence
Package
Description
-
Uses of DependencyEvidence in dev.archunitjava.graph
Classes in dev.archunitjava.graph that implement interfaces with type arguments of type DependencyEvidenceModifier and TypeClassDescriptionfinal recordProvenance for one observed dependency.Methods in dev.archunitjava.graph that return DependencyEvidenceModifier and TypeMethodDescriptionstatic DependencyEvidenceDependencyEvidence.at(LocationId location) static DependencyEvidenceDependencyEvidence.at(LocationId location, MemberId ownerMember, int bytecodeOffset, int lineNumber) static DependencyEvidenceDependencyEvidence.at(LocationId location, MemberId ownerMember, int bytecodeOffset, String sourceFile, int lineNumber) Methods in dev.archunitjava.graph that return types with arguments of type DependencyEvidenceModifier and TypeMethodDescriptionDependencyEdge.evidence()Returns the value of theevidencerecord component.Methods in dev.archunitjava.graph with parameters of type DependencyEvidenceModifier and TypeMethodDescriptionDependencyGraph.Builder.addDependency(StableId origin, StableId target, DependencyKind kind, DependencyEvidence evidence) intDependencyEvidence.compareTo(DependencyEvidence other) Constructor parameters in dev.archunitjava.graph with type arguments of type DependencyEvidenceModifierConstructorDescriptionDependencyEdge(StableId origin, StableId target, DependencyKind kind, List<DependencyEvidence> evidence) Creates an instance of aDependencyEdgerecord class. -
Uses of DependencyEvidence in dev.archunitjava.model
Methods in dev.archunitjava.model that return DependencyEvidenceModifier and TypeMethodDescriptionBytecodeLocation.dependencyEvidence(MemberId ownerMember) Converts this location into graph evidence while retaining absent debug metadata. -
Uses of DependencyEvidence in dev.archunitjava.result
Methods in dev.archunitjava.result that return types with arguments of type DependencyEvidenceModifier and TypeMethodDescriptionViolation.evidence()Returns the value of theevidencerecord component. -
Uses of DependencyEvidence in dev.archunitjava.rules
Methods in dev.archunitjava.rules that return types with arguments of type DependencyEvidenceModifier and TypeMethodDescriptionModuleDependencyObservation.evidence()Returns the value of theevidencerecord component.Constructor parameters in dev.archunitjava.rules with type arguments of type DependencyEvidenceModifierConstructorDescriptionModuleDependencyObservation(ModuleIdentityId origin, String targetModule, String evidenceDomain, Set<DependencyKind> dependencyKinds, List<DependencyEvidence> evidence) Creates an instance of aModuleDependencyObservationrecord class.