Uses of Record Class
cloud.opencode.base.rules.validation.ValidationIssue
Packages that use ValidationIssue
-
Uses of ValidationIssue in cloud.opencode.base.rules.validation
Methods in cloud.opencode.base.rules.validation that return ValidationIssueModifier and TypeMethodDescriptionstatic ValidationIssueValidationIssue.error(ValidationIssue.IssueType type, String ruleName, String message) Creates an ERROR-level validation issue 创建ERROR级别的验证问题static ValidationIssueValidationIssue.warning(ValidationIssue.IssueType type, String ruleName, String message) Creates a WARNING-level validation issue 创建WARNING级别的验证问题Methods in cloud.opencode.base.rules.validation that return types with arguments of type ValidationIssueModifier and TypeMethodDescriptionValidationReport.errors()Returns only ERROR-level issues 仅返回ERROR级别的问题ValidationReport.issues()Returns the value of theissuesrecord component.ValidationReport.warnings()Returns only WARNING-level issues 仅返回WARNING级别的问题Constructor parameters in cloud.opencode.base.rules.validation with type arguments of type ValidationIssueModifierConstructorDescriptionValidationReport(List<ValidationIssue> issues) Creates a validation report with a defensive copy of the issues list 使用问题列表的防御性副本创建验证报告