Uses of Record Class
dev.archunitjava.result.ViolationSubject
Packages that use ViolationSubject
-
Uses of ViolationSubject in dev.archunitjava.result
Classes in dev.archunitjava.result that implement interfaces with type arguments of type ViolationSubjectModifier and TypeClassDescriptionfinal recordA typed architecture subject and its machine-readable role in a violation.Methods in dev.archunitjava.result that return types with arguments of type ViolationSubjectModifier and TypeMethodDescriptionViolation.subjects()Returns the value of thesubjectsrecord component.Methods in dev.archunitjava.result with parameters of type ViolationSubjectConstructor parameters in dev.archunitjava.result with type arguments of type ViolationSubjectModifierConstructorDescriptionViolation(ViolationId id, String code, Severity severity, List<ViolationSubject> subjects, List<DependencyEvidence> evidence, Map<String, String> attributes) Creates an instance of aViolationrecord class.