| Package | Description |
|---|---|
| io.confluent.kafka.schemaregistry.protobuf | |
| io.confluent.kafka.schemaregistry.protobuf.diff | |
| io.confluent.kafka.schemaregistry.protobuf.dynamic |
| Modifier and Type | Class and Description |
|---|---|
static class |
ProtobufSchemaUtils.FormatContext |
| Modifier and Type | Method and Description |
|---|---|
static FieldDefinition |
ProtobufSchema.toDynamicField(Context ctx,
com.squareup.wire.schema.internal.parser.FieldElement fieldElement,
String label,
boolean isProto3Optional,
Integer oneofIndex,
String extendee) |
static FieldDefinition |
ProtobufSchema.toDynamicField(Context ctx,
com.squareup.wire.schema.internal.parser.FieldElement fieldElement,
String type,
String label,
boolean isProto3Optional,
Integer oneofIndex,
String extendee) |
| Modifier and Type | Method and Description |
|---|---|
Context |
Context.getSubcontext() |
| Modifier and Type | Method and Description |
|---|---|
static void |
SchemaDiff.compareTypeElements(Context ctx,
List<com.squareup.wire.schema.internal.parser.TypeElement> original,
List<com.squareup.wire.schema.internal.parser.TypeElement> update) |
| Modifier and Type | Method and Description |
|---|---|
DynamicSchema.Builder |
DynamicSchema.Builder.addExtendDefinition(Context ctx,
FieldDefinition fd) |
MessageDefinition.Builder |
MessageDefinition.Builder.addField(Context ctx,
String type,
String name,
int num) |
static FieldDefinition.Builder |
FieldDefinition.newBuilder(Context ctx,
String fieldName,
int tag,
String type) |
FieldDefinition.Builder |
FieldDefinition.Builder.setType(Context ctx,
String type) |
Copyright © 2026 Confluent, Inc.. All rights reserved.