Uses of Record Class
dev.omnist.validation.ValidationDiagnostic
Packages that use ValidationDiagnostic
Package
Description
Validating and materializing documents against an OSD schema: checking a
Document conforms to a Schema
and reporting diagnostics when it doesn't (omnist-spec §3.6), and the
materialization pass that produces a schema-conformant document from one
that's structurally compatible but not yet exact (§6.3, §8.2).-
Uses of ValidationDiagnostic in dev.omnist.validation
Methods in dev.omnist.validation that return types with arguments of type ValidationDiagnosticModifier and TypeMethodDescriptionValidationResult.diagnostics()Returns the value of thediagnosticsrecord component.Constructor parameters in dev.omnist.validation with type arguments of type ValidationDiagnosticModifierConstructorDescriptionValidationResult(boolean isValid, List<ValidationDiagnostic> diagnostics) Creates an instance of aValidationResultrecord class.