Class ProtobufSchemaProvider
java.lang.Object
io.confluent.kafka.schemaregistry.AbstractSchemaProvider
io.confluent.kafka.schemaregistry.protobuf.ProtobufSchemaProvider
- All Implemented Interfaces:
SchemaProvider,org.apache.kafka.common.Configurable
-
Field Summary
Fields inherited from class io.confluent.kafka.schemaregistry.AbstractSchemaProvider
REFERENCE_VERSIONS_STRICT_CONFIGFields inherited from interface io.confluent.kafka.schemaregistry.SchemaProvider
SCHEMA_PROVIDERS_PREFIX, SCHEMA_VERSION_FETCHER_CONFIG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparseSchemaOrElseThrow(Schema schema, boolean validateAsNew, boolean normalize) Methods inherited from class io.confluent.kafka.schemaregistry.AbstractSchemaProvider
canLookupIgnoringVersion, configure, getConfluentVersion, getConfluentVersionNumber, hasLatestVersion, replaceLatestVersion, resolveReferences, resolveReferences, schemaVersionFetcherMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.confluent.kafka.schemaregistry.SchemaProvider
parseSchema, parseSchema, parseSchema, parseSchema, parseSchema
-
Constructor Details
-
ProtobufSchemaProvider
public ProtobufSchemaProvider()
-
-
Method Details
-
schemaType
-
parseSchemaOrElseThrow
-