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