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-2014 The Apache Software Foundation. All Rights Reserved.