Uses of Class
io.confluent.kafka.schemaregistry.exceptions.InvalidSchemaException
Packages that use InvalidSchemaException
-
Uses of InvalidSchemaException in io.confluent.kafka.schemaregistry.storage
Methods in io.confluent.kafka.schemaregistry.storage that throw InvalidSchemaExceptionModifier and TypeMethodDescriptionprotected ParsedSchemaAbstractSchemaRegistry.canonicalizeSchema(Schema schema, Config config, boolean isNew, boolean normalize) protected ParsedSchemaAbstractSchemaRegistry.loadSchema(Schema schema, boolean isNew, boolean normalize) Loads a schema from the cache or parses it if not cached.AbstractSchemaRegistry.parseSchema(Schema schema) AbstractSchemaRegistry.parseSchema(Schema schema, boolean isNew, boolean normalize) SchemaRegistry.parseSchema(Schema schema) SchemaRegistry.parseSchema(Schema schema, boolean isNew, boolean normalize)