Package | Description |
---|---|
org.apache.avro |
Avro kernel classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ValidateAll
A
SchemaValidator for validating the provided schema against all
schemas in the Iterable in ValidateAll.validate(Schema, Iterable) . |
class |
ValidateLatest
A
SchemaValidator for validating the provided schema against the
first Schema in the iterable in ValidateLatest.validate(Schema, Iterable) . |
Modifier and Type | Method and Description |
---|---|
SchemaValidator |
SchemaValidatorBuilder.validateAll() |
SchemaValidator |
SchemaValidatorBuilder.validateLatest() |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.