Package io.apicurio.datamodels.validation
-
Interface Summary Interface Description IValidationProblemReporter Interface used when performing validation - this gathers up any validation problem found so that they can be reported in some sensible way.IValidationSeverityRegistry An interface used to provide a severity registry. -
Class Summary Class Description DefaultSeverityRegistry A default severity registry.ValidationProblem Models a single problem detected during validation of the data model.ValidationRule Base class for all validation rule implementations.ValidationRule.PathSegment Type encapsulating information about a path segment.ValidationRuleMetaData ValidationRuleSet The full set of validation rules.ValidationVisitor Base class for all validation visitors. -
Enum Summary Enum Description ValidationProblemSeverity The severity level of a single validation problem.