public interface SchemaValidator
A SchemaValidator has one method, which validates that a ParsedSchema is
compatible with the other schemas provided.
What makes one Schema compatible with another is not part of the interface contract.
| Modifier and Type | Method and Description |
|---|---|
List<String> |
validate(ParsedSchema toValidate,
Iterable<ParsedSchemaHolder> existing)
Validate one schema against others.
|
List<String> validate(ParsedSchema toValidate, Iterable<ParsedSchemaHolder> existing)
toValidate - The schema to validateexisting - The schemas to validate against, in order from most recent to latest if
applicableCopyright © 2025 Confluent, Inc.. All rights reserved.