Uses of Record Class
dev.omnist.validation.ValidationResult
Packages that use ValidationResult
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 ValidationResult in dev.omnist.validation
Methods in dev.omnist.validation that return ValidationResultModifier and TypeMethodDescriptionValidationException.getResult()Returns the validation result that caused this exception, including every diagnostic collected before validation was aborted.static ValidationResultValidates a Document against a Schema.Constructors in dev.omnist.validation with parameters of type ValidationResultModifierConstructorDescriptionValidationException(ValidationResult result) Constructs a validation exception carrying the full result that caused it.