Uses of Interface
io.confluent.kafka.schemaregistry.ParsedSchemaHolder
Packages that use ParsedSchemaHolder
-
Uses of ParsedSchemaHolder in io.confluent.kafka.schemaregistry
Classes in io.confluent.kafka.schemaregistry that implement ParsedSchemaHolderMethod parameters in io.confluent.kafka.schemaregistry with type arguments of type ParsedSchemaHolderModifier and TypeMethodDescriptionParsedSchema.isCompatible(CompatibilityLevel level, CompatibilityPolicy policy, List<ParsedSchemaHolder> previousSchemas) Checks the compatibility between this schema and the specified schemas.ParsedSchema.isCompatible(CompatibilityLevel level, List<ParsedSchemaHolder> previousSchemas) Checks the compatibility between this schema and the specified schemas.CompatibilityChecker.isCompatibleWithHolders(CompatibilityPolicy policy, ParsedSchema newSchema, List<ParsedSchemaHolder> previousSchemas) SchemaValidator.validate(CompatibilityPolicy policy, ParsedSchema toValidate, Iterable<ParsedSchemaHolder> existing) Validate one schema against others.SchemaValidator.validate(ParsedSchema toValidate, Iterable<ParsedSchemaHolder> existing)