Uses of Class
io.confluent.kafka.schemaregistry.SchemaValidatorBuilder
Packages that use SchemaValidatorBuilder
-
Uses of SchemaValidatorBuilder in io.confluent.kafka.schemaregistry
Methods in io.confluent.kafka.schemaregistry that return SchemaValidatorBuilderModifier and TypeMethodDescriptionSchemaValidatorBuilder.canBeReadStrategy()Use a strategy that validates that a schema can be read by existing schema(s) according to the JSON default schema resolution.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.mutualReadStrategy()Use a strategy that validates that a schema can read existing schema(s), and vice-versa, according to the JSON default schema resolution.