| Package | Description |
|---|---|
| io.confluent.kafka.schemaregistry.protobuf | |
| io.confluent.kafka.schemaregistry.protobuf.diff |
| Modifier and Type | Method and Description |
|---|---|
ProtobufSchema |
ProtobufSchema.copy() |
ProtobufSchema |
ProtobufSchema.copy(Integer version) |
ProtobufSchema |
ProtobufSchema.copy(List<SchemaReference> references) |
ProtobufSchema |
ProtobufSchema.copy(List<SchemaReference> references,
Map<String,com.squareup.wire.schema.internal.parser.ProtoFileElement> dependencies) |
ProtobufSchema |
ProtobufSchema.copy(Metadata metadata,
RuleSet ruleSet) |
ProtobufSchema |
ProtobufSchema.copy(String name) |
static ProtobufSchema |
ProtobufSchemaUtils.copyOf(ProtobufSchema schema) |
ProtobufSchema |
ProtobufSchema.copyWithSchema(String schema) |
static ProtobufSchema |
ProtobufSchemaUtils.getSchema(com.google.protobuf.Message message) |
ProtobufSchema |
ProtobufSchema.normalize() |
| Modifier and Type | Method and Description |
|---|---|
static ProtobufSchema |
ProtobufSchemaUtils.copyOf(ProtobufSchema schema) |
protected static String |
ProtobufSchemaUtils.toFormattedString(ProtobufSchemaUtils.FormatContext ctx,
ProtobufSchema schema) |
protected static String |
ProtobufSchemaUtils.toNormalizedString(ProtobufSchema schema) |
static Object |
ProtobufSchemaUtils.toObject(com.fasterxml.jackson.databind.JsonNode value,
ProtobufSchema schema) |
static Object |
ProtobufSchemaUtils.toObject(String value,
ProtobufSchema schema) |
| Modifier and Type | Method and Description |
|---|---|
void |
Context.collectTypeInfo(ProtobufSchema schema,
boolean isOriginal) |
static List<Difference> |
SchemaDiff.compare(ProtobufSchema original,
ProtobufSchema update) |
Copyright © 2026 Confluent, Inc.. All rights reserved.