Class SchemaValidatorBuilder
java.lang.Object
io.confluent.kafka.schemaregistry.SchemaValidatorBuilder
A Builder for creating SchemaValidators.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionUse a strategy that validates that a schema can be read by existing schema(s) according to the JSON default schema resolution.Use a strategy that validates that a schema can be used to read existing schema(s) according to the JSON default schema resolution.Use a strategy that validates that a schema can read existing schema(s), and vice-versa, according to the JSON default schema resolution.
-
Constructor Details
-
SchemaValidatorBuilder
public SchemaValidatorBuilder()
-
-
Method Details
-
canReadStrategy
Use a strategy that validates that a schema can be used to read existing schema(s) according to the JSON default schema resolution. -
canBeReadStrategy
Use a strategy that validates that a schema can be read by existing schema(s) according to the JSON default schema resolution. -
mutualReadStrategy
Use a strategy that validates that a schema can read existing schema(s), and vice-versa, according to the JSON default schema resolution. -
validateLatest
-
validateAll
-