Package | Description |
---|---|
org.apache.avro |
Avro kernel classes.
|
Modifier and Type | Method and Description |
---|---|
SchemaValidatorBuilder |
SchemaValidatorBuilder.canBeReadStrategy()
Use a strategy that validates that a schema can be read by existing
schema(s) according to the Avro default schema resolution.
|
SchemaValidatorBuilder |
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 |
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 |
SchemaValidatorBuilder.strategy(SchemaValidationStrategy strategy) |
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.