| Package | Description | 
|---|---|
| org.apache.avro | 
 Avro kernel classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ValidateLatest.validate(Schema toValidate,
        Iterable<Schema> schemasInOrder)  | 
void | 
ValidateAll.validate(Schema toValidate,
        Iterable<Schema> schemasInOrder)  | 
void | 
SchemaValidator.validate(Schema toValidate,
        Iterable<Schema> existing)
Validate one schema against others. 
 | 
void | 
SchemaValidationStrategy.validate(Schema toValidate,
        Schema existing)
Validates that one schema is compatible with another. 
 | 
Copyright © 2009–2019 The Apache Software Foundation. All rights reserved.