public interface SchemaValidationStrategy
What makes one schema compatible with another is not defined by the contract.
| Modifier and Type | Method and Description | 
|---|---|
| void | validate(Schema toValidate,
        Schema existing)Validates that one schema is compatible with another. | 
void validate(Schema toValidate, Schema existing) throws SchemaValidationException
SchemaValidationException - if the schemas are not compatible.Copyright © 2009–2020 The Apache Software Foundation. All rights reserved.