| Package | Description |
|---|---|
| io.confluent.kafka.schemaregistry |
| 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 JSON 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 JSON 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 JSON default schema resolution.
|
Copyright © 2025 Confluent, Inc.. All rights reserved.