Uses of Interface
org.apache.avro.SchemaValidator
-
Uses of SchemaValidator in org.apache.avro
Modifier and TypeClassDescriptionfinal class
ASchemaValidator
for validating the provided schema against all schemas in the Iterable inValidateAll.validate(Schema, Iterable)
.final class
ASchemaValidator
for validating the provided schema against the firstSchema
in the iterable inValidateLatest.validate(Schema, Iterable)
.Modifier and TypeMethodDescriptionSchemaValidatorBuilder.validateAll()
SchemaValidatorBuilder.validateLatest()