Uses of Class
org.apache.avro.SchemaValidatorBuilder
-
Uses of SchemaValidatorBuilder in org.apache.avro
Modifier and TypeMethodDescriptionSchemaValidatorBuilder.canBeReadStrategy()
Use a strategy that validates that a schema can be read by existing schema(s) according to the Avro default schema resolution.SchemaValidatorBuilder.canReadStrategy()
Use a strategy that validates that a schema can be used to read existing schema(s) according to the Avro default schema resolution.SchemaValidatorBuilder.mutualReadStrategy()
Use a strategy that validates that a schema can read existing schema(s), and vice-versa, according to the Avro default schema resolution.SchemaValidatorBuilder.strategy
(SchemaValidationStrategy strategy)