Interface SchemaValidationStrategy


public interface SchemaValidationStrategy
An interface for validating the compatibility of a single schema against another.

What makes one schema compatible with another is not defined by the contract.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    validate(Schema toValidate, Schema existing)
    Validates that one schema is compatible with another.